Sdílet prostřednictvím


JSComponentConfigurationExtensions Třída

Definice

Rozšiřující metody pro práci na objektu IJSComponentConfiguration.

public static class JSComponentConfigurationExtensions
type JSComponentConfigurationExtensions = class
Public Module JSComponentConfigurationExtensions
Dědičnost
JSComponentConfigurationExtensions

Metody

RegisterForJavaScript(IJSComponentConfiguration, Type, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

Platí pro