Share via


BlazorWebView.RootComponents Property

Definition

A collection of RootComponent instances that specify the Blazor IComponent types to be used directly in the specified HostPage.

public:
 property Microsoft::AspNetCore::Components::WebView::Wpf::RootComponentsCollection ^ RootComponents { Microsoft::AspNetCore::Components::WebView::Wpf::RootComponentsCollection ^ get(); };
public Microsoft.AspNetCore.Components.WebView.Wpf.RootComponentsCollection RootComponents { get; }
member this.RootComponents : Microsoft.AspNetCore.Components.WebView.Wpf.RootComponentsCollection
Public ReadOnly Property RootComponents As RootComponentsCollection

Property Value

Applies to