BrowserLinkExtensions Class

Definition

Implementation of extension methods for configuring Browser Link in an ASP.NET Core application.

public ref class BrowserLinkExtensions abstract sealed
public static class BrowserLinkExtensions
type BrowserLinkExtensions = class
Public Module BrowserLinkExtensions
Inheritance
BrowserLinkExtensions

Methods

UseBrowserLink(IApplicationBuilder)

This method is called to enable Browser Link in an application. It registers a factory method that creates BrowserLinkMiddleware for each request.

Applies to