IISHostingStartup Class

Definition

The IHostingStartup to add IISIntegration to apps.

public ref class IISHostingStartup : Microsoft::AspNetCore::Hosting::IHostingStartup
public class IISHostingStartup : Microsoft.AspNetCore.Hosting.IHostingStartup
type IISHostingStartup = class
    interface IHostingStartup
Public Class IISHostingStartup
Implements IHostingStartup
Inheritance
IISHostingStartup
Implements

Remarks

This API isn't meant to be used by user code.

Constructors

IISHostingStartup()

Methods

Configure(IWebHostBuilder)

Adds IISIntegration into the middleware pipeline.

Applies to