IISHostingStartup Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |