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