RouteBase.Defaults 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 default values for each route parameter.
public: virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ Defaults { public:
Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); protected:
void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary Defaults { get; protected set; }
member this.Defaults : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property Defaults As RouteValueDictionary