diff --git a/aspnetcore/mvc/views/overview.md b/aspnetcore/mvc/views/overview.md index 572f278b7e..aac5b56958 100644 --- a/aspnetcore/mvc/views/overview.md +++ b/aspnetcore/mvc/views/overview.md @@ -266,12 +266,6 @@ public class HomeController : Controller } ``` -In the About view, access the `Title` property as a model property: - -```cshtml -

@Model.Title

-``` - In the layout, the title is read from the ViewData dictionary: ```cshtml