1 write to Type
Microsoft.AspNetCore.Components (1)
DynamicComponent.cs (1)
71Type = (Type)entry.Value;
5 references to Type
Microsoft.AspNetCore.Components (5)
DynamicComponent.cs (5)
11/// <see cref="Type" /> parameter. 69if (entry.Name.Equals(nameof(Type), StringComparison.OrdinalIgnoreCase)) 84if (Type is null) 86throw new InvalidOperationException($"{nameof(DynamicComponent)} requires a non-null value for the parameter {nameof(Type)}."); 95builder.OpenComponent(0, Type);