3 references to SectionOutletContentRenderer
Microsoft.AspNetCore.Components (3)
Rendering\ComponentState.cs (1)
39
LogicalParentComponentState = component is SectionOutlet.
SectionOutletContentRenderer
Sections\SectionOutlet.cs (2)
101
builder.OpenComponent<
SectionOutletContentRenderer
>(0);
103
builder.AddComponentParameter(1,
SectionOutletContentRenderer
.ContentParameterName, fragment);