INavigatable - интерфейс

Defines an interface that supports navigation.

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
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.)
В начало страницы
См. также