1 write to ChildContent
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
101ChildContent = (RenderFragment)param.Value;
6 references to ChildContent
Microsoft.AspNetCore.Components (2)
Sections\SectionContent.cs (1)
100case nameof(SectionContent.ChildContent):
Sections\SectionOutlet.cs (1)
99var fragment = _currentContentProvider?.ChildContent ?? _emptyRenderFragment;
Microsoft.AspNetCore.Components.Web (3)
Head\HeadContent.cs (1)
25builder.AddComponentParameter(2, nameof(SectionContent.ChildContent), ChildContent);
Head\HeadOutlet.cs (1)
49builder.AddComponentParameter(5, nameof(SectionContent.ChildContent), (RenderFragment)BuildDefaultTitleRenderTree);
Head\PageTitle.cs (1)
25builder.AddComponentParameter(2, nameof(SectionContent.ChildContent), (RenderFragment)BuildTitleRenderTree);
Microsoft.AspNetCore.Components.Web.Tests (1)
HtmlRendering\HtmlRendererTest.cs (1)
822{ nameof(SectionContent.ChildContent), (RenderFragment)(builder =>