EndpointSelectorContext Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- Devralma
-
EndpointSelectorContext
- Uygulamalar
Oluşturucular
EndpointSelectorContext() |
Özellikler
Endpoint |
Geçerli istek için seçileni Endpoint alır veya ayarlar. |
RouteValues |
Currrent isteğiyle ilişkili olan öğesini alır veya ayarlar RouteValueDictionary . |
Belirtik Arabirim Kullanımları
IRoutingFeature.RouteData |
Geçerli istek için öğesini RouteData alır veya ayarlar. |