22 instantiations of LayoutAttribute
Aspire.Dashboard (2)
Components_Pages_Error_razor.g.cs (1)
168
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Components_Pages_Login_razor.g.cs (1)
168
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
BlazorUnitedApp (7)
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages__Imports_razor.g.cs (1)
74
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_AddressEditor_razor.g.cs (1)
80
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Counter_razor.g.cs (1)
74
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Error_razor.g.cs (1)
80
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_FetchData_razor.g.cs (1)
80
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Index_razor.g.cs (1)
79
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_WebAssemblyComponent_razor.g.cs (1)
80
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
TestComponents_ComponentWithLayout_razor.g.cs (1)
14
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
TestComponents_TestLayout_razor.g.cs (1)
14
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Microsoft.AspNetCore.Components.Tests (3)
LayoutViewTest.cs (2)
294
[
Layout
(typeof(RootLayout))]
308
[
Layout
(typeof(RootLayout))]
RouteViewTest.cs (1)
188
[
Layout
(typeof(TestLayout))]
Wasm.Performance.TestApp (8)
Pages__Imports_razor.g.cs (1)
56
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_GridRendering_razor.g.cs (1)
62
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_Index_razor.g.cs (1)
56
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_Json_razor.g.cs (1)
62
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_OrgChart_razor.g.cs (1)
56
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_PersonDisplay_razor.g.cs (1)
56
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_RenderList_razor.g.cs (1)
56
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
Pages_TimerComponent_razor.g.cs (1)
62
[global::Microsoft.AspNetCore.Components.
LayoutAttribute
(typeof(
4 references to LayoutAttribute
Microsoft.AspNetCore.Components (3)
LayoutAttribute.cs (1)
16
/// Constructs an instance of <see cref="
LayoutAttribute
"/>.
LayoutView.cs (1)
80
=> type.GetCustomAttribute<
LayoutAttribute
>()?.LayoutType;
RouteView.cs (1)
77
.GetOrAdd(RouteData.PageType, static type => type.GetCustomAttribute<
LayoutAttribute
>()?.LayoutType)
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointHost.cs (1)
43
var pageLayoutType = ComponentType.GetCustomAttribute<
LayoutAttribute
>()?.LayoutType;