Метод | Описание | |
---|---|---|
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.
|
public static UseIISIntegration ( this app ) : IWebHostBuilder | ||
app | this | |
Результат | IWebHostBuilder |