1 type derived from LayoutComponentBase
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
390
class 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"/>.
72
builder.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)
73
frame => AssertFrame.Attribute(frame, nameof(
LayoutComponentBase
.Body), sequence: 1));
103
frame => AssertFrame.Attribute(frame, nameof(
LayoutComponentBase
.Body), sequence: 1));
135
frame => AssertFrame.Attribute(frame, nameof(
LayoutComponentBase
.Body), sequence: 1));
143
frame => AssertFrame.Attribute(frame, nameof(
LayoutComponentBase
.Body), sequence: 1),
RouteViewTest.cs (1)
73
frame => AssertFrame.Attribute(frame, nameof(
LayoutComponentBase
.Body), sequence: 1));