EndpointSelectorContext Klasa

Definicja

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
Dziedziczenie
EndpointSelectorContext
Implementuje

Konstruktory

EndpointSelectorContext()

Właściwości

Endpoint

Pobiera lub ustawia wybrane Endpoint dla bieżącego żądania.

RouteValues

Pobiera lub ustawia RouteValueDictionary skojarzone z żądaniem currrent.

Jawne implementacje interfejsu

IRoutingFeature.RouteData

Pobiera lub ustawia wartość RouteData dla bieżącego żądania.

Dotyczy