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