1 implementation of AttachRootComponentToElement
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
33
public void
AttachRootComponentToElement
(string domElementSelector, int componentId, int rendererId)
1 reference to AttachRootComponentToElement
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
128
_jsMethods.
AttachRootComponentToElement
(domElementSelector, componentId, RendererId);