WebAssemblyHostBuilder.RootComponents 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 collection of root component mappings configured for the application.
public:
property Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMappingCollection ^ RootComponents { Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMappingCollection ^ get(); };
public Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMappingCollection RootComponents { get; }
member this.RootComponents : Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMappingCollection
Public ReadOnly Property RootComponents As RootComponentMappingCollection