SiteMapNode - класс |
Пространство имён: Telerik.Web.Mvc
public class SiteMapNode : LinkedObjectBase<SiteMapNode>, INavigatable
Тип SiteMapNode предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| SiteMapNode |
Initializes a new instance of the SiteMapNode class.
|
| Имя | Описание | |
|---|---|---|
| ActionName |
Gets or sets the name of the action.
| |
| Attributes |
Gets or sets the attributes.
| |
| ChangeFrequency |
Gets or sets the change frequency.
| |
| ChildNodes |
Gets or sets the child nodes.
| |
| ControllerName |
Gets or sets the name of the controller.
| |
| IncludeInSearchEngineIndex |
Gets or sets a value indicating whether [include in search engine index].
| |
| LastModifiedAt |
Gets or sets the last modified at.
| |
| NextSibling |
Gets the next T node on the same hierarchical level as the current one, relative to the T.ParentNode property (if one exists).
(Унаследован от LinkedObjectBaseT.) | |
| Parent |
Gets or sets the T object that is the parent of the current node.
(Унаследован от LinkedObjectBaseT.) | |
| PreviousSibling |
Gets the previous T object on the same level as the current one, relative to the T.ParentNode object (if one exists).
(Унаследован от LinkedObjectBaseT.) | |
| RouteName |
Gets or sets the name of the route.
| |
| RouteValues |
Gets or sets the route values.
| |
| Title |
Gets or sets the title.
| |
| UpdatePriority |
Gets or sets the update priority.
| |
| Url |
Gets or sets the URL.
| |
| Visible |
Gets or sets a value indicating whether this SiteMapNode is visible.
|
| Имя | Описание | |
|---|---|---|
| (SiteMapNode to SiteMapNodeBuilder) |
Performs an implicit conversion from SiteMapNode to SiteMapNodeBuilder.
|
| Имя | Описание | |
|---|---|---|
| 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.) | |
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| HasValue |
Determines whether this instance has value.
(Определяется NavigatableExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| 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.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) | |
| Url |
Sets the url property of INavigatable object.
(Определяется NavigatableExtensions.) |