ApplicationInsightsHostingStartup.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.
Calls UseApplicationInsights
public:
virtual void Configure(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ builder);
public void Configure (Microsoft.AspNetCore.Hosting.IWebHostBuilder builder);
abstract member Configure : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> unit
override this.Configure : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> unit
Public Sub Configure (builder As IWebHostBuilder)
Parameters
- builder
- IWebHostBuilder