From 80b95a1f9cd74bbe4de923f6bae40d96c8956f73 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 5 Sep 2017 15:06:46 -0500 Subject: [PATCH] Italicize file name --- aspnetcore/data/ef-mvc/sort-filter-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/sort-filter-page.md b/aspnetcore/data/ef-mvc/sort-filter-page.md index 7b4f74d70121..ceaa36a8ece7 100644 --- a/aspnetcore/data/ef-mvc/sort-filter-page.md +++ b/aspnetcore/data/ef-mvc/sort-filter-page.md @@ -210,7 +210,7 @@ For the Contoso University website's **About** page, you'll display how many stu Create a *SchoolViewModels* folder in the *Models* folder. -In the new folder, add a class file EnrollmentDateGroup.cs and replace the template code with the following code: +In the new folder, add a class file *EnrollmentDateGroup.cs* and replace the template code with the following code: [!code-csharp[Main](intro/samples/cu/Models/SchoolViewModels/EnrollmentDateGroup.cs)]