8 references to HeadOutlet
BlazorUnitedApp (1)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\App_razor.g.cs (1)
151__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.HeadOutlet>(26);
IdentitySample.PasskeyUI (1)
artifacts\obj\IdentitySample.PasskeyUI\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components\App_razor.g.cs (1)
96__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.HeadOutlet>(11);
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)
47[DynamicDependency(Component, typeof(HeadOutlet))]