« MSDE Auto-Start, Windows 98 | Main | Query string parsing using Regex Captures »

Client side HTTP Redirect syntax

The following example triggers a client side HTTP redirect:

string html = String.Format(@"<META HTTP-EQUIV='REFRESH' CONTENT='0; URL={0}'>", uri);

 

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)