RouteBase.DataTokens Property

Definition

Gets the data tokens associated with the route.

public:  virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ DataTokens {  public:
Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); protected:
 void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary DataTokens { get; protected set; }
member this.DataTokens : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property DataTokens As RouteValueDictionary

Property Value

Applies to