BrowserLinkExtensions.UseBrowserLink(IApplicationBuilder) 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.
This method is called to enable Browser Link in an application. It registers a factory method that creates BrowserLinkMiddleware for each request.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseBrowserLink(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseBrowserLink (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseBrowserLink : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseBrowserLink (app As IApplicationBuilder) As IApplicationBuilder