18 types derived from LayoutComponentBase
Aspire.Dashboard (2)
Components_Layout_EmptyLayout_razor.g.cs (1)
158LayoutComponentBase
Components_Layout_MainLayout_razor.g.cs (1)
188LayoutComponentBase
AzureAIFoundryEndToEnd.WebStory (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
AzureOpenAIEndToEnd.WebStory (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
BlazorServerApp (1)
artifacts\obj\BlazorServerApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared_MainLayout_razor.g.cs (1)
72LayoutComponentBase
BlazorUnitedApp (1)
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared_MainLayout_razor.g.cs (1)
78LayoutComponentBase
DevTunnels.WebFrontEnd (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
GitHubModelsEndToEnd.WebStory (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
Keycloak.Web (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
390class TestLayout : LayoutComponentBase
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
TestComponents_TestLayout_razor.g.cs (1)
27LayoutComponentBase
TestComponents_TestParentLayout_razor.g.cs (1)
18LayoutComponentBase
MyFrontend (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
OpenAIEndToEnd.WebStory (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
Publishers.Frontend (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
WaitFor.Frontend (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
Wasm.Performance.TestApp (1)
Shared_MainLayout_razor.g.cs (1)
60LayoutComponentBase
WebFrontEnd (1)
Components_Layout_MainLayout_razor.g.cs (1)
78LayoutComponentBase
9 references to LayoutComponentBase
Microsoft.AspNetCore.Components (4)
LayoutComponentBase.cs (1)
28[DynamicDependency(Component, typeof(LayoutComponentBase))]
LayoutView.cs (2)
29/// The type must implement <see cref="IComponent"/> and accept a parameter named <see cref="LayoutComponentBase.Body"/>. 72builder.AddComponentParameter(1, LayoutComponentBase.BodyPropertyName, bodyParam);
RouteView.cs (1)
42/// and accept a parameter named <see cref="LayoutComponentBase.Body"/>.
Microsoft.AspNetCore.Components.Tests (5)
LayoutViewTest.cs (4)
73frame => AssertFrame.Attribute(frame, nameof(LayoutComponentBase.Body), sequence: 1)); 103frame => AssertFrame.Attribute(frame, nameof(LayoutComponentBase.Body), sequence: 1)); 135frame => AssertFrame.Attribute(frame, nameof(LayoutComponentBase.Body), sequence: 1)); 143frame => AssertFrame.Attribute(frame, nameof(LayoutComponentBase.Body), sequence: 1),
RouteViewTest.cs (1)
73frame => AssertFrame.Attribute(frame, nameof(LayoutComponentBase.Body), sequence: 1));