SiteMapNodeBuilder - класс |
Пространство имён: Telerik.Web.Mvc
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.
|
| Имя | Описание | |
|---|---|---|
| (SiteMapNodeBuilder to SiteMapNode) |
Performs an implicit conversion from SiteMapNodeBuilder to SiteMapNode.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |