Freigeben über


IHttpApplication<TContext>.CreateContext(IFeatureCollection) Methode

Definition

Erstellen Sie einen TContext mit einer Sammlung von HTTP-Features.

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

Parameter

contextFeatures
IFeatureCollection

Eine Sammlung von HTTP-Features, die zum Erstellen des TContexts verwendet werden sollen.

Gibt zurück

TContext

Der erstellte TContext.

Gilt für: