INavigatable - интерфейс |
Пространство имён: Telerik.Web.Mvc
public interface INavigatable
Тип INavigatable предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| ActionName |
Gets or sets the name of the action.
| |
| ControllerName |
Gets or sets the name of the controller.
| |
| RouteName |
Gets or sets the name of the route.
| |
| RouteValues |
Gets the route values.
| |
| Url |
Gets or sets the URL.
|
| Имя | Описание | |
|---|---|---|
| Action(RouteValueDictionary) | Перегружен.
Sets the action, controller name and route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| Action(String, String, Object) | Перегружен.
Sets the action and controller name, along with Route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| Action(String, String, RouteValueDictionary) | Перегружен.
Sets the action, controller name and route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| ActionTController(ExpressionActionTController) | Перегружен.
Sets the action and route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| GenerateUrl(ViewContext, IUrlGenerator) | Перегружен.
Generating url depending on the ViewContext and the IUrlGenerator generator.
(Определяется NavigatableExtensions.) | |
| GenerateUrl(ViewContext, IUrlGenerator, RouteValueDictionary) | Перегружен.
Generating url depending on the ViewContext and the IUrlGenerator generator.
(Определяется NavigatableExtensions.) | |
| HasValue |
Determines whether this instance has value.
(Определяется NavigatableExtensions.) | |
| IsAccessible |
Verify whether the INavigatable object is accessible.
(Определяется NavigatableExtensions.) | |
| IsCurrent |
Determines whether the specified navigatable matches the current request URL.
(Определяется NavigatableExtensions.) | |
| Route(String, Object) | Перегружен.
Sets the route name and route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| Route(String, RouteValueDictionary) | Перегружен.
Sets the route name and route values of INavigatable object.
(Определяется NavigatableExtensions.) | |
| Url |
Sets the url property of INavigatable object.
(Определяется NavigatableExtensions.) |