FormsAuthentication.RedirectFromLoginPage Method

Expand
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
2 out of 3 rated this helpful - Rate this topic
.NET Framework Class Library

FormsAuthentication.RedirectFromLoginPage Method

Redirects an authenticated user back to the originally requested URL or the default URL.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member RedirectFromLoginPage(String, Boolean) Redirects an authenticated user back to the originally requested URL or the default URL.
Public method Static member RedirectFromLoginPage(String, Boolean, String) Redirects an authenticated user back to the originally requested URL or the default URL using the specified cookie path for the forms-authentication cookie.
Top
Did you find this helpful?
(1500 characters remaining)
Community Additions ADD