SiteMapNodeBuilder - класс

Builder class for fluently configuring SiteMapNode.
Иерархия наследования
Object
  Telerik.Web.MvcSiteMapNodeBuilder

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class SiteMapNodeBuilder : IHideObjectMembers

Тип SiteMapNodeBuilder предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методSiteMapNodeBuilder
Initializes a new instance of the SiteMapNodeBuilder class.
В начало страницы
Методы
  ИмяОписание
Открытый методAction(RouteValueDictionary)
Sets the action to which the date should navigate
Открытый методAction(String, String)
Sets the action and controller.
Открытый методAction(String, String, Object)
Sets the action, controller and route values.
Открытый методAction(String, String, RouteValueDictionary)
Sets the action, controller and route values.
Открытый методActionTController(ExpressionActionTController)
Expression based controllerAction.
Открытый методAttributes(IDictionaryString, Object)
Sets the attributes
Открытый методAttributes(Object)
Sets the attributes
Открытый методChangeFrequency
Sets the change frequency.
Открытый методChildNodes
Executes the provided delegate to configure the child node.
Открытый методIncludeInSearchEngineIndex
Marks an item that it would be included in the search engine index.
Открытый методLastModifiedAt
Sets the Lasts the modified date..
Открытый методRoute(String)
Sets the route.
Открытый методRoute(String, Object)
Sets the route.
Открытый методRoute(String, RouteValueDictionary)
Sets the route.
Открытый методTitle
Sets the title.
Открытый методUpdatePriority
Sets the update priority.
Открытый методUrl
Sets the url.
Открытый методVisible
Sets the visibility.
В начало страницы
Операторы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также