IISHostingStartup Klasse

Definition

Zum IHostingStartup Hinzufügen von IISIntegration zu 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
Vererbung
IISHostingStartup
Implementiert

Hinweise

Diese API soll nicht vom Benutzercode verwendet werden.

Konstruktoren

IISHostingStartup()

Zum IHostingStartup Hinzufügen von IISIntegration zu Apps.

Methoden

Configure(IWebHostBuilder)

Fügt IISIntegration zur Middlewarepipeline hinzu.

Gilt für: