WebRenderer.AttachRootComponentToBrowser(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.