NavigatableExtensions - класс

INavigatable extension for providing access to INavigatable.
Иерархия наследования
Object
  Telerik.Web.Mvc.UINavigatableExtensions

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