Share via


RootComponentMetadata(Type) Constructor

Definition

Initializes a new instance of RootComponentMetadata.

public RootComponentMetadata (Type rootComponentType);
new Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata : Type -> Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata
Public Sub New (rootComponentType As Type)

Parameters

rootComponentType
Type

The component type.

Applies to