System.Web.Security.FormsAuthentication.Redirect C# (CSharp) 메소드

Redirect() 정적인 개인적인 메소드

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

Same methods

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