From 3ced978c469a3e32aeeefb7e4af37763d6165f6c Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sat, 9 Jan 2021 07:26:38 -0600 Subject: [PATCH] Surface Blazor layout limitation (#21173) --- aspnetcore/mvc/views/razor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/views/razor.md b/aspnetcore/mvc/views/razor.md index 335bb4860a..95d881f1d4 100644 --- a/aspnetcore/mvc/views/razor.md +++ b/aspnetcore/mvc/views/razor.md @@ -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 . +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 . ::: moniker-end