RootComponentsCollection.JSComponents Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the store of configuration options that allow JavaScript to add root components dynamically.
public:
 property Microsoft::AspNetCore::Components::Web::JSComponentConfigurationStore ^ JSComponents { Microsoft::AspNetCore::Components::Web::JSComponentConfigurationStore ^ get(); };
	public Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore JSComponents { get; }
	member this.JSComponents : Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore
	Public ReadOnly Property JSComponents As JSComponentConfigurationStore