WebAssemblyHostBuilder.RootComponents Property

Definition

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

Property Value

Applies to