EndpointSelectorContext 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 繼承
-
EndpointSelectorContext
- 實作
Endpoint |
取得或設定為目前要求選取 Endpoint 的 。 |
Route |
取得或設定 RouteValueDictionary 與 Currrent 要求相關聯的 。 |
IRouting |
取得或設定 RouteData 目前要求的 。 |
產品 | 版本 |
---|---|
ASP.NET Core | 2.2 |