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);
« MSDE Auto-Start, Windows 98 | Main | Query string parsing using Regex Captures »
The following example triggers a client side HTTP redirect:
string html = String.Format(@"<META HTTP-EQUIV='REFRESH' CONTENT='0; URL={0}'>", uri);