7 references to HeadOutlet
BasicTestApp (1)
Program.cs (1)
26builder.RootComponents.Add<HeadOutlet>("head::after");
Microsoft.AspNetCore.Components.Web (5)
Head\HeadContent.cs (3)
10/// Provides content to <see cref="HeadOutlet"/> components. 15/// Gets or sets the content to be rendered in <see cref="HeadOutlet"/> instances. 24builder.AddComponentParameter(1, nameof(SectionContent.SectionId), HeadOutlet.HeadSectionId);
Head\PageTitle.cs (2)
10/// Enables rendering an HTML <c>&lt;title&gt;</c> to a <see cref="HeadOutlet"/> component. 24builder.AddComponentParameter(1, nameof(SectionContent.SectionId), HeadOutlet.TitleSectionId);
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
45[DynamicDependency(Component, typeof(HeadOutlet))]