ISupportsConfigureWebHost 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.
An interface implemented by IWebHostBuilders that handle ConfigureWebHost(IHostBuilder, Action<IWebHostBuilder>) directly.
public interface ISupportsConfigureWebHost
type ISupportsConfigureWebHost = interface
Public Interface ISupportsConfigureWebHost
- Derived
Methods
ConfigureWebHost(Action<IWebHostBuilder>, Action<WebHostBuilderOptions>) |
Adds and configures an ASP.NET Core web application. |