Skip to content

Commit

Permalink
Fix typo in areas.md (dotnet#21088)
Browse files Browse the repository at this point in the history
I believe this sentence:

> The fully qualified domain name must be used to specify the model...

Should refer to the "class name" rather than "domain name" and thus read:

> The fully qualified class name must be used to specify the model...
  • Loading branch information
ericmutta authored Jan 4, 2021
1 parent b98d969 commit 59e5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/mvc/controllers/areas.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Consider the *Services* area of the sample code, which doesn't contain a *_ViewI

In the preceding markup:

* The fully qualified domain name must be used to specify the model (`@model RPareas.Areas.Services.Pages.Manage.AboutModel`).
* The fully qualified class name must be used to specify the model (`@model RPareas.Areas.Services.Pages.Manage.AboutModel`).
* [Tag Helpers](xref:mvc/views/tag-helpers/intro) are enabled by `@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers`

In the sample download, the Products area contains the following *_ViewImports.cshtml* file:
Expand Down

0 comments on commit 59e5be7

Please sign in to comment.