RoutingHttpContextExtensions.GetRouteValue(HttpContext, String) Méthode

Définition

Obtient une valeur de route à partir de Values associée au fourni httpContext.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Object ^ GetRouteValue(Microsoft::AspNetCore::Http::HttpContext ^ httpContext, System::String ^ key);
public static object GetRouteValue (this Microsoft.AspNetCore.Http.HttpContext httpContext, string key);
public static object? GetRouteValue (this Microsoft.AspNetCore.Http.HttpContext httpContext, string key);
static member GetRouteValue : Microsoft.AspNetCore.Http.HttpContext * string -> obj
<Extension()>
Public Function GetRouteValue (httpContext As HttpContext, key As String) As Object

Paramètres

httpContext
HttpContext

HttpContext associé à la requête actuelle.

key
String

Clé de la valeur de l’itinéraire.

Retours

Valeur de route correspondante, ou null.

S’applique à