Share via


RouteFactoryAttribute.DataTokens Property

Definition

Gets the route data tokens.

public virtual System.Web.Routing.RouteValueDictionary DataTokens { get; }
member this.DataTokens : System.Web.Routing.RouteValueDictionary
Public Overridable ReadOnly Property DataTokens As RouteValueDictionary

Property Value

The route data tokens, if any; otherwise null.

Applies to