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 取得または設定します。 |
明示的なインターフェイスの実装
IRoutingFeature.RouteData |
現在の要求の を RouteData 取得または設定します。 |