Redirect to another Action

PHOTO EMBED

Thu Apr 07 2022 07:25:07 GMT+0000 (Coordinated Universal Time)

Saved by @Karam #html #asp.net

<input type="button" value="Some text" onclick="@("window.location.href='" + @Url.Action("actionName", "controllerName") + "'");" />
content_copyCOPY