3 references to DynamicComponent
Microsoft.AspNetCore.Components (3)
DynamicComponent.cs (3)
19
/// Constructs an instance of <see cref="
DynamicComponent
"/>.
80
$"{nameof(
DynamicComponent
)} does not accept a parameter with the name '{entry.Name}'. To pass parameters to the dynamically-rendered component, use the '{nameof(Parameters)}' parameter.");
86
throw new InvalidOperationException($"{nameof(
DynamicComponent
)} requires a non-null value for the parameter {nameof(Type)}.");