Aracılığıyla paylaş


IHttpApplication<TContext>.CreateContext(IFeatureCollection) Yöntem

Tanım

HTTP özellikleri koleksiyonuna göre bir TContext oluşturun.

public:
 TContext CreateContext(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ contextFeatures);
public TContext CreateContext (Microsoft.AspNetCore.Http.Features.IFeatureCollection contextFeatures);
abstract member CreateContext : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> 'Context
Public Function CreateContext (contextFeatures As IFeatureCollection) As TContext

Parametreler

contextFeatures
IFeatureCollection

TContext oluşturmak için kullanılacak HTTP özellikleri koleksiyonu.

Döndürülenler

TContext

Oluşturulan TContext.

Şunlara uygulanır