New to Telerik UI for ASP.NET MVC? Download free 30-day trial

SiteMapNodeBuilder

Methods

ToNode()

Returns the internal node.

Title(System.String)

Sets the title.

Parameters

value - System.String

The value.

Visible(System.Boolean)

Sets the visibility.

Parameters

value - System.Boolean

if set to true [value].

LastModifiedAt(System.DateTime)

Sets the Lasts the modified date..

Parameters

value - System.DateTime

The value.

Route(System.String,System.Web.Routing.RouteValueDictionary)

Sets the route.

Parameters

routeName - System.String

Name of the route.

routeValues - System.Web.Routing.RouteValueDictionary

The route values.

Route(System.String,System.Object)

Sets the route.

Parameters

routeName - System.String

Name of the route.

routeValues - System.Object

The route values.

Route(System.String)

Sets the route.

Parameters

routeName - System.String

Name of the route.

Action(System.Web.Routing.RouteValueDictionary)

Sets the action to which the date should navigate

Parameters

routeValues - System.Web.Routing.RouteValueDictionary

The route values of the Action method.

Action(System.String,System.String,System.Web.Routing.RouteValueDictionary)

Sets the action, controller and route values.

Parameters

actionName - System.String

Name of the action.

controllerName - System.String

Name of the controller.

routeValues - System.Web.Routing.RouteValueDictionary

The route values.

Action(System.String,System.String,System.Object)

Sets the action, controller and route values.

Parameters

actionName - System.String

Name of the action.

controllerName - System.String

Name of the controller.

routeValues - System.Object

The route values.

Action(System.String,System.String)

Sets the action and controller.

Parameters

actionName - System.String

Name of the action.

controllerName - System.String

Name of the controller.

Action(System.Linq.Expressions.Expression)

Expression based controllerAction.

Parameters

controllerAction - System.Linq.Expressions.Expression<Action>

The action.

Url(System.String)

Sets the url.

Parameters

value - System.String

The value.

IncludeInSearchEngineIndex(System.Boolean)

Marks an item that it would be included in the search engine index.

Parameters

value - System.Boolean

if set to true [value].

Attributes(System.Collections.Generic.IDictionary)

Sets the attributes

Parameters

value - System.Collections.Generic.IDictionary<String,Object>

The value.

Attributes(System.Object)

Sets the attributes

Parameters

value - System.Object

The value.

ChildNodes(System.Action)

Executes the provided delegate to configure the child node.

Parameters

addActions - System.Action<SiteMapNodeFactory>

The add actions.

In this article
Not finding the help you need?