2 implementations of AttachRootComponentToElement
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
30
public void
AttachRootComponentToElement
(string domElementSelector, int componentId, int rendererId)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
23
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);