3 references to
Microsoft.AspNetCore.Components.Endpoints (3)
Results\RazorComponentResult.cs (2)
26: this(componentType, ReadOnlyDictionary<string, object?>.Empty) 38: this(componentType, CoerceParametersObjectToDictionary(parameters))
Results\RazorComponentResultOfT.cs (1)
36public RazorComponentResult(IReadOnlyDictionary<string, object?> parameters) : base(typeof(TComponent), parameters)