RoutePatternParameterPolicyReference.ParameterPolicy 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 a pre-existing IParameterPolicy that was used to construct this reference.
public:
property Microsoft::AspNetCore::Routing::IParameterPolicy ^ ParameterPolicy { Microsoft::AspNetCore::Routing::IParameterPolicy ^ get(); };
public Microsoft.AspNetCore.Routing.IParameterPolicy ParameterPolicy { get; }
public Microsoft.AspNetCore.Routing.IParameterPolicy? ParameterPolicy { get; }
member this.ParameterPolicy : Microsoft.AspNetCore.Routing.IParameterPolicy
Public ReadOnly Property ParameterPolicy As IParameterPolicy