EndpointSelectorContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 目前要求的 。 |