1 implementation of RegisteredComponents_GetTypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
60
public string
RegisteredComponents_GetTypeName
(int id)
1 reference to RegisteredComponents_GetTypeName
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
149
var typeName = _jsMethods.
RegisteredComponents_GetTypeName
(i);