EndpointSelectorContext 类

定义

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
继承
EndpointSelectorContext
实现

构造函数

EndpointSelectorContext()

属性

Endpoint

获取或设置为当前请求选择 Endpoint 的 。

RouteValues

获取或设置与 RouteValueDictionary currrent 请求关联的 。

显式接口实现

IRoutingFeature.RouteData

获取或设置 RouteData 当前请求的 。

适用于