EndpointSelectorContext 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class EndpointSelectorContext sealed : Microsoft::AspNetCore::Http::Features::IEndpointFeature, Microsoft::AspNetCore::Http::Features::IRouteValuesFeature, Microsoft::AspNetCore::Routing::IRoutingFeaturepublic sealed class EndpointSelectorContext : Microsoft.AspNetCore.Http.Features.IEndpointFeature, Microsoft.AspNetCore.Http.Features.IRouteValuesFeature, Microsoft.AspNetCore.Routing.IRoutingFeaturetype EndpointSelectorContext = class
    interface IEndpointFeature
    interface IRouteValuesFeature
    interface IRoutingFeaturePublic NotInheritable Class EndpointSelectorContext
Implements IEndpointFeature, IRouteValuesFeature, IRoutingFeature- 继承
- 
				EndpointSelectorContext
- 实现
构造函数
| EndpointSelectorContext() | 
属性
| Endpoint | 获取或设置为当前请求选择 Endpoint 的 。 | 
| RouteValues | 获取或设置与 RouteValueDictionary currrent 请求关联的 。 | 
显式接口实现
| IRoutingFeature.RouteData | 获取或设置 RouteData 当前请求的 。 |