1 implementation of AttachRootComponentToElement
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
33public 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);