共用方式為


JSComponentConfigurationExtensions 類別

定義

用於處理 的 IJSComponentConfiguration 擴充方法。

public static class JSComponentConfigurationExtensions
type JSComponentConfigurationExtensions = class
Public Module JSComponentConfigurationExtensions
繼承
JSComponentConfigurationExtensions

方法

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript(IJSComponentConfiguration, Type, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

將指定的元件類型標示為允許從 JavaScript 具現化。

適用於