RouteConstraintBuilder.Build Method

Definition

Builds a mapping of constraints.

public:
 System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Routing::IRouteConstraint ^> ^ Build();
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Routing.IRouteConstraint> Build ();
member this.Build : unit -> System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Routing.IRouteConstraint>
Public Function Build () As IDictionary(Of String, IRouteConstraint)

Returns

An IDictionary<TKey,TValue> of the constraints.

Applies to