diff --git a/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml b/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml index 3fa062c015..4be0b7fe8d 100644 --- a/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml +++ b/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml @@ -1,6 +1,6 @@ @page @*#if (!no-pagemodel)*@ -@model IndexModel +@model MyApp.Namespace.IndexModel @*#endif*@ @{ }