Share via


WebRenderer.AttachRootComponentToBrowser(Int32, String) Method

Definition

Called by the framework to give a location for the specified root component in the browser DOM.

protected abstract void AttachRootComponentToBrowser (int componentId, string domElementSelector);
abstract member AttachRootComponentToBrowser : int * string -> unit
Protected MustOverride Sub AttachRootComponentToBrowser (componentId As Integer, domElementSelector As String)

Parameters

componentId
Int32

The component ID.

domElementSelector
String

A CSS selector that uniquely identifies a DOM element.

Applies to