1 type derived from LayoutComponentBase
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
390class TestLayout : LayoutComponentBase
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)
45/// 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));