ComponentEndpointRouteBuilderExtensions Class

Definition

Extensions for IEndpointRouteBuilder.

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

Methods

MapBlazorHub(IEndpointRouteBuilder)

Maps the Blazor Hub to the default path.

MapBlazorHub(IEndpointRouteBuilder, Action<HttpConnectionDispatcherOptions>)

Maps the Blazor Hub to the default path.

MapBlazorHub(IEndpointRouteBuilder, String)

Maps the Blazor Hub to the path path.

MapBlazorHub(IEndpointRouteBuilder, String, Action<HttpConnectionDispatcherOptions>)

Maps the Blazor Hub to the path path.

Applies to