OptionalRouteConstraint.InnerConstraint 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 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