IISHostingStartup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |