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

RedirectFromLoginPage() 공개 정적인 메소드

public static RedirectFromLoginPage ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
리턴 void
		public static void RedirectFromLoginPage (string userName, bool createPersistentCookie)
		{
			RedirectFromLoginPage (userName, createPersistentCookie, null);
		}

Same methods

FormsAuthentication::RedirectFromLoginPage ( string userName, bool createPersistentCookie, string strCookiePath ) : void