Web.HTTPApp.TCustomWebAuthenticator.LogoutURL
Delphi
property LogoutURL: string read FLogoutURL write FLogoutURL;
C++
__property System::UnicodeString LogoutURL = {read=FLogoutURL, write=FLogoutURL};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebAuthenticator |
Description
Specifies the URL to use for logout.
When empty, logout is not supported. After logout, the application is redirected to HomeURL.