CircuitRootComponentOptions Class

Definition

Options for root components within the circuit.

public class CircuitRootComponentOptions : Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type CircuitRootComponentOptions = class
    interface IJSComponentConfiguration
Public Class CircuitRootComponentOptions
Implements IJSComponentConfiguration
Inheritance
CircuitRootComponentOptions
Implements

Constructors

CircuitRootComponentOptions()

Properties

JSComponents

Gets the store of configuration options that allow JavaScript to add root components dynamically.

MaxJSRootComponents

Gets or sets the maximum number of root components added from JavaScript.

Extension Methods

RegisterCustomElement<TComponent>(IJSComponentConfiguration, String)
RegisterForJavaScript(IJSComponentConfiguration, Type, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

Marks the specified component type as allowed for instantiation from JavaScript.

Applies to