Disable attribute for HTML input based on a bool parameter from Controller – ASP.NET MVC
Is there a way to make an input visible based on a bool variable? <input type="button" value="Smth" onclick="..."> I am trying to find an HTML helper for this purpose, however no luck so far.