NavigatableExtensions - класс |
Пространство имён: Telerik.Web.Mvc.UI
public static class NavigatableExtensions
Тип NavigatableExtensions предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Action(INavigatable, RouteValueDictionary) |
Sets the action, controller name and route values of INavigatable object.
| |
| Action(INavigatable, String, String, Object) |
Sets the action and controller name, along with Route values of INavigatable object.
| |
| Action(INavigatable, String, String, RouteValueDictionary) |
Sets the action, controller name and route values of INavigatable object.
| |
| ActionTController(INavigatable, ExpressionActionTController) |
Sets the action and route values of INavigatable object.
| |
| GenerateUrl(INavigatable, ViewContext, IUrlGenerator) |
Generating url depending on the ViewContext and the IUrlGenerator generator.
| |
| GenerateUrl(INavigatable, ViewContext, IUrlGenerator, RouteValueDictionary) |
Generating url depending on the ViewContext and the IUrlGenerator generator.
| |
| HasValue |
Determines whether this instance has value.
| |
| IsAccessible(INavigatable, INavigationItemAuthorization, ViewContext) |
Verify whether the INavigatable object is accessible.
| |
| IsAccessibleT(IEnumerableT, INavigationItemAuthorization, ViewContext) |
Verifies whether collection of INavigatable objects is accessible.
| |
| IsCurrent |
Determines whether the specified navigatable matches the current request URL.
| |
| Route(INavigatable, String, Object) |
Sets the route name and route values of INavigatable object.
| |
| Route(INavigatable, String, RouteValueDictionary) |
Sets the route name and route values of INavigatable object.
| |
| Url |
Sets the url property of INavigatable object.
|