EndpointSelectorContext Classe
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.
public ref class EndpointSelectorContext sealed : Microsoft::AspNetCore::Http::Features::IEndpointFeature, Microsoft::AspNetCore::Http::Features::IRouteValuesFeature, Microsoft::AspNetCore::Routing::IRoutingFeature
public sealed class EndpointSelectorContext : Microsoft.AspNetCore.Http.Features.IEndpointFeature, Microsoft.AspNetCore.Http.Features.IRouteValuesFeature, Microsoft.AspNetCore.Routing.IRoutingFeature
type EndpointSelectorContext = class
interface IEndpointFeature
interface IRouteValuesFeature
interface IRoutingFeature
Public NotInheritable Class EndpointSelectorContext
Implements IEndpointFeature, IRouteValuesFeature, IRoutingFeature
- Héritage
-
EndpointSelectorContext
- Implémente
Constructeurs
EndpointSelectorContext() |
Propriétés
Endpoint |
Obtient ou définit le sélectionné Endpoint pour la requête actuelle. |
RouteValues |
Obtient ou définit le RouteValueDictionary associé à la requête currrent. |
Implémentations d’interfaces explicites
IRoutingFeature.RouteData |
Obtient ou définit le RouteData pour la requête actuelle. |