diff --git a/RazorPagesWithAjax/Pages/_ValidationScriptsPartial.cshtml b/RazorPagesWithAjax/Pages/_ValidationScriptsPartial.cshtml index 185300a..0f1c68d 100644 --- a/RazorPagesWithAjax/Pages/_ValidationScriptsPartial.cshtml +++ b/RazorPagesWithAjax/Pages/_ValidationScriptsPartial.cshtml @@ -1,4 +1,4 @@ - + @@ -11,4 +11,4 @@ asp-fallback-src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" asp-fallback-test="window.jQuery && window.jQuery.validator && window.jQuery.validator.unobtrusive"> - \ No newline at end of file + diff --git a/RazorPagesWithAjax/Pages/_ViewImports.cshtml b/RazorPagesWithAjax/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..ff0173c --- /dev/null +++ b/RazorPagesWithAjax/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using RazorPagesWithAjax +@using RazorPagesWithAjax.Models +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers