Condividi tramite


RootComponentsCollection(JSComponentConfigurationStore) Costruttore

Definizione

Inizializza una nuova istanza di RootComponentsCollection.

public:
 RootComponentsCollection(Microsoft::AspNetCore::Components::Web::JSComponentConfigurationStore ^ jsComponents);
public RootComponentsCollection (Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore jsComponents);
new Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection : Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection
Public Sub New (jsComponents As JSComponentConfigurationStore)

Parametri

jsComponents
JSComponentConfigurationStore

Configurazione per abilitare il supporto dei componenti JS.

Si applica a