Can I write this code for calling an MVC Controller and Action method?
<input type="button" value="Next" onclick="location.href='<%: Url.Action("Create", "StudentInfo") %> '"/>
Can I write this code for calling an MVC Controller and Action method?
<input type="button" value="Next" onclick="location.href='<%: Url.Action("Create", "StudentInfo") %> '"/>