From 617c528b0690c9d3264f16e4769eb22cd23d9907 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 4 Feb 2016 14:41:23 -0500 Subject: [PATCH] disable error for the "Action" not being resolved for confirm page --- Web/Views/LeafInput/Confirm.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/Views/LeafInput/Confirm.cshtml b/Web/Views/LeafInput/Confirm.cshtml index 3b44faf..186cd59 100644 --- a/Web/Views/LeafInput/Confirm.cshtml +++ b/Web/Views/LeafInput/Confirm.cshtml @@ -4,6 +4,7 @@
+ @* ReSharper disable once Mvc.ActionNotResolved *@ @using (Html.BeginForm("Action", "LeafInput", FormMethod.Post)) {