4 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)
42
/// and accept a parameter named <see cref="
LayoutComponentBase
.Body"/>.