1 type derived from JSComponentInterop
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
8
internal sealed class CircuitJSComponentInterop :
JSComponentInterop
10 references to JSComponentInterop
Microsoft.AspNetCore.Components.Web (10)
JSComponents\JSComponentConfigurationExtensions.cs (2)
44
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicMethods, typeof(
JSComponentInterop
))]
55
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicMethods, typeof(
JSComponentInterop
))]
JSComponents\JSComponentConfigurationStore.cs (2)
30
var parameterTypes =
JSComponentInterop
.GetComponentParameters(componentType).ParameterInfoByName;
97
var x when
JSComponentInterop
.IsEventCallbackType(x) => "eventcallback",
JSComponents\JSComponentInterop.cs (1)
45
/// Constructs an instance of <see cref="
JSComponentInterop
" />. This is only intended
WebRenderer.cs (5)
31
/// <param name="jsComponentInterop">The <see cref="
JSComponentInterop
"/>.</param>
36
JSComponentInterop
jsComponentInterop)
104
private void AttachWebRendererInterop(IJSRuntime jsRuntime, JsonSerializerOptions jsonOptions,
JSComponentInterop
jsComponentInterop)
150
private readonly
JSComponentInterop
_jsComponentInterop;
153
public WebRendererInteropMethods(WebRenderer renderer, JsonSerializerOptions jsonOptions,
JSComponentInterop
jsComponentInterop)