TemplateBinder.TryProcessConstraints Methode

Definition

Verarbeitet die Einschränkungen , wenn sie an den TemplateBinder-Konstruktor übergeben wurden.

public:
 bool TryProcessConstraints(Microsoft::AspNetCore::Http::HttpContext ^ httpContext, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ combinedValues, [Runtime::InteropServices::Out] System::String ^ % parameterName, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Routing::IRouteConstraint ^ % constraint);
public bool TryProcessConstraints (Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary combinedValues, out string parameterName, out Microsoft.AspNetCore.Routing.IRouteConstraint constraint);
public bool TryProcessConstraints (Microsoft.AspNetCore.Http.HttpContext? httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary combinedValues, out string? parameterName, out Microsoft.AspNetCore.Routing.IRouteConstraint? constraint);
member this.TryProcessConstraints : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Routing.RouteValueDictionary * string * IRouteConstraint -> bool
Public Function TryProcessConstraints (httpContext As HttpContext, combinedValues As RouteValueDictionary, ByRef parameterName As String, ByRef constraint As IRouteConstraint) As Boolean

Parameter

httpContext
HttpContext

Die HttpContext der aktuellen Anforderung zugeordnete.

combinedValues
RouteValueDictionary

Ein Wörterbuch, das die Parameter für die Route enthält.

parameterName
String

Der Name des Parameters.

constraint
IRouteConstraint

Das Einschränkungsobjekt.

Gibt zurück

true , wenn Einschränkungen erfolgreich verarbeitet wurden, andernfalls false.

Gilt für: