C# Класс Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
UseIISIntegration ( this app ) : IWebHostBuilder

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.

Описание методов

UseIISIntegration() публичный статический Метод

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.
public static UseIISIntegration ( this app ) : IWebHostBuilder
app this
Результат IWebHostBuilder