2 implementations of RegisteredComponents_GetParameterDefinitions
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
63public string RegisteredComponents_GetParameterDefinitions(int id)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
45public string RegisteredComponents_GetParameterDefinitions(int index)
1 reference to RegisteredComponents_GetParameterDefinitions
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
143var serializedParameterDefinitions = _jsMethods.RegisteredComponents_GetParameterDefinitions(i);