RoutePatternParameterPart.Default 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 value of this route parameter. May be null.
public:
property System::Object ^ Default { System::Object ^ get(); };
public object Default { get; }
public object? Default { get; }
member this.Default : obj
Public ReadOnly Property Default As Object