When we try to use a tag helper in a episerver view, for example <form asp-controller="MyController" asp-action="MyAction"> never forms a valid action. If we hardcode <form action="/MyController/MyAction" it works. The <form> attrubute works for any of our non-EPiServer controllers/Views.
↧