3 references to TitleSectionId
Microsoft.AspNetCore.Components.Web (3)
Head\HeadOutlet.cs (2)
40
builder.AddComponentParameter(1, nameof(SectionOutlet.SectionId),
TitleSectionId
);
47
builder.AddComponentParameter(3, nameof(SectionContent.SectionId),
TitleSectionId
);
Head\PageTitle.cs (1)
24
builder.AddComponentParameter(1, nameof(SectionContent.SectionId), HeadOutlet.
TitleSectionId
);