HttpContext.Features 屬性

定義

取得此要求上可用的伺服器和中介軟體所提供的 HTTP 功能集合。

public:
 abstract property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ Features { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public abstract Microsoft.AspNetCore.Http.Features.IFeatureCollection Features { get; }
member this.Features : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public MustOverride ReadOnly Property Features As IFeatureCollection

屬性值

適用於