Share via


IDirectRouteBuilder.DataTokens Property

 

Gets or sets the route data tokens.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

RouteValueDictionary DataTokens { get; set; }
property RouteValueDictionary^ DataTokens {
    RouteValueDictionary^ get();
    void set(RouteValueDictionary^ value);
}
abstract DataTokens : RouteValueDictionary with get, set
Property DataTokens As RouteValueDictionary

Property Value

Type: System.Web.Routing.RouteValueDictionary

The route data tokens.

See Also

IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace

Return to top