System.Web.Security.FormsAuthentication.Redirect C# (CSharp) Method

Redirect() static private method

static private Redirect ( string url ) : void
url string
return void
		static void Redirect (string url)
		{
			HttpContext.Current.Response.Redirect (url);
		}

Same methods

FormsAuthentication::Redirect ( string url, bool end ) : void