RouteBase.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 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