API:Web.HTTPApp.TWebFormsAuthenticator.LogoutURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogoutURL;

C++

__property LogoutURL = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebFormsAuthenticator

Description

Specifies the URL to use for logout.

Web.HTTPApp.TWebFormsAuthenticator.LogoutURL inherits from Web.HTTPApp.TCustomWebAuthenticator.LogoutURL. All content below this line refers to Web.HTTPApp.TCustomWebAuthenticator.LogoutURL.


Specifies the URL to use for logout.

When empty, logout is not supported. After logout, the application is redirected to HomeURL.

See Also