Lezen in het Engels

Delen via


IJSComponentConfiguration Interface

Definition

Configures options for allowing JavaScript to add root components dynamically.

C#
public interface IJSComponentConfiguration
Derived

Properties

JSComponents

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

Extension Methods

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

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

RegisterForJavaScript(IJSComponentConfiguration, Type, 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.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

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

Applies to

Product Versies
ASP.NET Core 6.0, 7.0, 8.0, 9.0