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