From 5df3c11d2c4b165a0694c0330d2df587449070b3 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 30 Aug 2019 17:09:30 -0700 Subject: [PATCH] Update layout.md (#14096) --- aspnetcore/mvc/views/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/views/layout.md b/aspnetcore/mvc/views/layout.md index bbb789c546..062561a17b 100644 --- a/aspnetcore/mvc/views/layout.md +++ b/aspnetcore/mvc/views/layout.md @@ -56,7 +56,7 @@ The layout specified can use a full path (for example, */Pages/Shared/_Layout.cs By default, every layout must call `RenderBody`. Wherever the call to `RenderBody` is placed, the contents of the view will be rendered. - + ### Sections A layout can optionally reference one or more *sections*, by calling `RenderSection`. Sections provide a way to organize where certain page elements should be placed. Each call to `RenderSection` can specify whether that section is required or optional: