Share via


RootComponentsCollection(JSComponentConfigurationStore) Constructor

Definition

Initializes a new instance of 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)

Parameters

jsComponents
JSComponentConfigurationStore

Configuration to enable JS component support.

Applies to