DefaultHttpContext.Features Özellik
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.
Bu istekte bulunan sunucu ve ara yazılım tarafından sağlanan HTTP özellikleri koleksiyonunu alır.
public:
virtual property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ Features { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public override Microsoft.AspNetCore.Http.Features.IFeatureCollection Features { get; }
member this.Features : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public Overrides ReadOnly Property Features As IFeatureCollection