This documentation is archived and is not being maintained.

LoginStatus::LogoutAction Property

Gets or sets a value that determines the action taken when a user logs out of a Web site with the LoginStatus control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[ThemeableAttribute(false)]
public:
virtual property LogoutAction LogoutAction {
	LogoutAction get ();
	void set (LogoutAction value);
}
<asp:LoginStatus LogoutAction="LogoutAction" />

Property Value

Type: System.Web.UI.WebControls::LogoutAction
One of the LogoutAction values. The default is Refresh.

ExceptionCondition
ArgumentOutOfRangeException

The property is set to an invalid LogoutAction value.

The LogoutAction property determines which page is presented to the user when he or she logs out using the LoginStatus control.

The following table describes the actions taken for each LogoutAction value.

LogoutAction value

Action taken

Redirect

Redirects the user to the URL contained in the LogoutPageUrl property. If LogoutPageUrl is empty, the user is redirected to the login page defined in the application configuration settings.

RedirectToLoginPage

Redirects the user to the login page defined in the application configuration settings.

Refresh

Refreshes the current page.

This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins Overview.

The following code example sets the LogoutAction property to the RedirectToLoginPage value to send the user to the login page.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: