4 references to Layout
Microsoft.AspNetCore.Components (2)
LayoutView.cs (1)
57
var layoutType =
Layout
;
RouteView.cs (1)
81
builder.AddComponentParameter(1, nameof(LayoutView.
Layout
), pageLayoutType);
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeRouteView.cs (1)
107
builder.AddComponentParameter(1, nameof(LayoutView.
Layout
), DefaultLayout);
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointHost.cs (1)
46
builder.AddComponentParameter(1, nameof(LayoutView.
Layout
), pageLayoutType);