EndpointSelectorContext Class
Definition
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
- Inheritance
-
EndpointSelectorContext
- Implements
Constructors
EndpointSelectorContext() |
Properties
Endpoint |
Gets or sets the selected Endpoint for the current request. |
RouteValues |
Gets or sets the RouteValueDictionary associated with the currrent request. |
Explicit Interface Implementations
IRoutingFeature.RouteData |
Gets or sets the RouteData for the current request. |