Update adding-model.md (#23835)

pull/23836/head
Rick Anderson 2021-11-09 17:26:54 -10:00 committed by GitHub
parent 2518782877
commit 6fe9a2b51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -472,8 +472,6 @@ The `@model` directive allows access to the list of movies that the controller p
Because the `Model` object is strongly typed as an `IEnumerable<Movie>` object, each item in the loop is typed as `Movie`. Among other benefits, the compiler validates the types used in the code.
[!INCLUDE[s](~/includes/sql-log.md)]
## Additional resources
* [Tag Helpers](xref:mvc/views/tag-helpers/intro)