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