EndpointSelectorContext Class
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
C#
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
Endpoint |
Gets or sets the selected Endpoint for the current request. |
Route |
Gets or sets the RouteValueDictionary associated with the currrent request. |
IRouting |
Gets or sets the RouteData for the current request. |
Product | Versions |
---|---|
ASP.NET Core | 2.2 |