JSComponentConfigurationExtensions Class

Definition

Extension methods for working on an IJSComponentConfiguration.

public static class JSComponentConfigurationExtensions
type JSComponentConfigurationExtensions = class
Public Module JSComponentConfigurationExtensions
Inheritance
JSComponentConfigurationExtensions

Methods

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