RoutingHttpContextExtensions.GetRouteValue(HttpContext, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.