5 types derived from LayoutComponentBase
BlazorUnitedApp (1)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared\MainLayout_razor.g.cs (1)
84LayoutComponentBase
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
390class TestLayout : LayoutComponentBase
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
TestLayout_razor.g.cs (1)
27LayoutComponentBase
TestParentLayout_razor.g.cs (1)
18LayoutComponentBase
Wasm.Performance.TestApp (1)
MainLayout_razor.g.cs (1)
60LayoutComponentBase
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));