Share via


WebRenderer.AddRootComponent(Type, String) Method

Definition

Instantiates a root component and attaches it to the browser within the specified element.

protected internal int AddRootComponent (Type componentType, string domElementSelector);
member this.AddRootComponent : Type * string -> int
Protected Friend Function AddRootComponent (componentType As Type, domElementSelector As String) As Integer

Parameters

componentType
Type

The type of the component.

domElementSelector
String

A CSS selector that uniquely identifies a DOM element.

Returns

The new component ID.

Applies to