Tuesday, May 26, 2009

How to deal with disabled Javascript in Browsers in ASP.NET MVC

Add noscript html tag into master page to redirect description page:
<noscript>
<meta http-equiv="refresh" content="5; url=<%= Url.Relative("~/ControllerName/ActionName") %>" />
</noscript>

1 comment:

  1. [...] to VoteHow to deal with disabled Javascript in Browsers in ASP.NET MVC (5/26/2009)Tuesday, May 26, 2009 from rayaspnetAdd noscript html tag into master page to redirect description [...]

    ReplyDelete