IHostingStartup.Configure(IWebHostBuilder) Method
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.
Configure the IWebHostBuilder.
public:
void Configure(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ builder);
public void Configure (Microsoft.AspNetCore.Hosting.IWebHostBuilder builder);
abstract member Configure : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> unit
Public Sub Configure (builder As IWebHostBuilder)
Parameters
- builder
- IWebHostBuilder
Remarks
Configure is intended to be called before user code, allowing a user to overwrite any changes made.