WebHostBuilderIISExtensions.UseIISIntegration(IWebHostBuilder) メソッド

定義

AspNetCoreModule の背後で実行するときにサーバーがリッスンする必要があるポートとベース パスを構成します。 また、スタートアップ エラーをキャプチャするようにアプリも構成されます。

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

パラメーター

hostBuilder
IWebHostBuilder

戻り値

適用対象