WebHostBuilderIISExtensions.UseIISIntegration(IWebHostBuilder) Methode

Definition

Konfiguriert den Port und den Basispfad, auf den der Server lauschen soll, wenn er hinter AspNetCoreModule ausgeführt wird. Die App wird auch so konfiguriert, dass Startfehler erfasst werden.

public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseIISIntegration (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
static member UseIISIntegration : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseIISIntegration (hostBuilder As IWebHostBuilder) As IWebHostBuilder

Parameter

hostBuilder
IWebHostBuilder

Gibt zurück

Gilt für: