CompositeRouteConstraint(IEnumerable<IRouteConstraint>) Constructor
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.
Initializes a new instance of the CompositeRouteConstraint class.
public:
CompositeRouteConstraint(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::IRouteConstraint ^> ^ constraints);
public CompositeRouteConstraint (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.IRouteConstraint> constraints);
new Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint : seq<Microsoft.AspNetCore.Routing.IRouteConstraint> -> Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint
Public Sub New (constraints As IEnumerable(Of IRouteConstraint))
Parameters
- constraints
- IEnumerable<IRouteConstraint>
The child constraints that must match for this constraint to match.