Aracılığıyla paylaş


IApplicationBuilderFactory.CreateBuilder(IFeatureCollection) Yöntem

Tanım

Verilen bir IApplicationBuilder oluşturucu oluşturma serverFeatures

public:
 Microsoft::AspNetCore::Builder::IApplicationBuilder ^ CreateBuilder(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ serverFeatures);
public Microsoft.AspNetCore.Builder.IApplicationBuilder CreateBuilder (Microsoft.AspNetCore.Http.Features.IFeatureCollection serverFeatures);
abstract member CreateBuilder : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Builder.IApplicationBuilder
Public Function CreateBuilder (serverFeatures As IFeatureCollection) As IApplicationBuilder

Parametreler

serverFeatures
IFeatureCollection

HTTP özelliklerinden biri IFeatureCollection .

Döndürülenler

ile serverFeaturesyapılandırılmış bir IApplicationBuilder .

Şunlara uygulanır