EndpointSelectorContext Class

Definition

C#
public sealed class EndpointSelectorContext : Microsoft.AspNetCore.Http.Features.IEndpointFeature, Microsoft.AspNetCore.Http.Features.IRouteValuesFeature, Microsoft.AspNetCore.Routing.IRoutingFeature
Inheritance
EndpointSelectorContext
Implements

Constructors

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.

Applies to

Product Versions
ASP.NET Core 2.2