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 取得または設定します。

明示的なインターフェイスの実装

IRoutingFeature.RouteData

現在の要求の を RouteData 取得または設定します。

適用対象