RouteFactoryAttribute.DataTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.