OptionalRouteConstraint.InnerConstraint Property

Definition

Gets the IRouteConstraint associated with the optional parameter.

public:
 property Microsoft::AspNetCore::Routing::IRouteConstraint ^ InnerConstraint { Microsoft::AspNetCore::Routing::IRouteConstraint ^ get(); };
public Microsoft.AspNetCore.Routing.IRouteConstraint InnerConstraint { get; }
member this.InnerConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
Public ReadOnly Property InnerConstraint As IRouteConstraint

Property Value

Applies to