2 references to ContentParameterName
Microsoft.AspNetCore.Components (2)
Sections\SectionOutlet.cs (2)
103builder.AddComponentParameter(1, SectionOutletContentRenderer.ContentParameterName, fragment); 139var fragment = parameters.GetValueOrDefault<RenderFragment>(ContentParameterName)!;