From e315062a165087f41122c5f91a7992da66bac747 Mon Sep 17 00:00:00 2001 From: Fiyaz Bin Hasan Date: Fri, 11 Jun 2021 23:56:53 +0600 Subject: [PATCH] section header should be typeof instaed of nameof (#22531) --- .../sample/ViewCompFinal/Views/ToDo/IndexTypeof.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/views/view-components/sample/ViewCompFinal/Views/ToDo/IndexTypeof.cshtml b/aspnetcore/mvc/views/view-components/sample/ViewCompFinal/Views/ToDo/IndexTypeof.cshtml index 8fc3165cb5..593263a5dc 100644 --- a/aspnetcore/mvc/views/view-components/sample/ViewCompFinal/Views/ToDo/IndexTypeof.cshtml +++ b/aspnetcore/mvc/views/view-components/sample/ViewCompFinal/Views/ToDo/IndexTypeof.cshtml @@ -2,7 +2,7 @@ @using ViewComponentSample.ViewComponents @model IEnumerable -

ToDo nameof

+

ToDo typeof