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