2 implementations of RegisteredComponents_GetParameterValues
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
66public string RegisteredComponents_GetParameterValues(int id)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
48public string RegisteredComponents_GetParameterValues(int index)
1 reference to RegisteredComponents_GetParameterValues
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
144var serializedParameterValues = _jsMethods.RegisteredComponents_GetParameterValues(i);