Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EndpointSelectorContext Class

Definition

Namespace:
Microsoft.AspNetCore.Routing
Assembly:
Microsoft.AspNetCore.Routing.dll
Package:
Microsoft.AspNetCore.Routing v2.2.0
Source:
EndpointSelectorContext.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
EndpointSelectorContext()

Properties

Name Description
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

Name Description
IRoutingFeature.RouteData

Gets or sets the RouteData for the current request.

Applies to


Feedback

Was this page helpful?