Surface Blazor layout limitation (#21173)

pull/21174/head
Luke Latham 2021-01-09 07:26:38 -06:00 committed by GitHub
parent e55ec8e801
commit 3ced978c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ The `@inject` directive enables the Razor Page to inject a service from the [ser
*This scenario only applies to Razor components (.razor).*
The `@layout` directive specifies a layout for a Razor component. Layout components are used to avoid code duplication and inconsistency. For more information, see <xref:blazor/layouts>.
The `@layout` directive specifies a layout for routable Razor components that have an [`@page`](#page) directive. Layout components are used to avoid code duplication and inconsistency. For more information, see <xref:blazor/layouts>.
::: moniker-end