6 references to Prefix
Microsoft.AspNetCore.Components.WebAssembly (6)
Hosting\RegisteredComponentsInterop.cs (6)
10public const string GetRegisteredComponentsCount = Prefix + "getRegisteredComponentsCount"; 12public const string GetId = Prefix + "getId"; 14public const string GetAssembly = Prefix + "getAssembly"; 16public const string GetTypeName = Prefix + "getTypeName"; 18public const string GetParameterDefinitions = Prefix + "getParameterDefinitions"; 20public const string GetParameterValues = Prefix + "getParameterValues";