IHostingStartup Interface
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.
Represents platform specific configuration that will be applied to a IWebHostBuilder when building an IWebHost.
public interface class IHostingStartup
public interface IHostingStartup
type IHostingStartup = interface
Public Interface IHostingStartup
- Derived
Methods
Configure(IWebHostBuilder) |
Configure the IWebHostBuilder. |