disable error for the "Action" not being resolved for confirm page

This commit is contained in:
2016-02-04 14:41:23 -05:00
parent 52063109ce
commit 617c528b06
+1
View File
@@ -4,6 +4,7 @@
<div class="row"> <div class="row">
<div class="col-md-6 well"> <div class="col-md-6 well">
@* ReSharper disable once Mvc.ActionNotResolved *@
@using (Html.BeginForm("Action", "LeafInput", FormMethod.Post)) @using (Html.BeginForm("Action", "LeafInput", FormMethod.Post))
{ {
<dl class="dl-horizontal name"> <dl class="dl-horizontal name">