Web.HTTPApp.TWebFormsAuthenticator.HomeURL
Delphi
property HomeURL: string read FHomeURL write FHomeURL;
C++
__property System::UnicodeString HomeURL = {read=FHomeURL, write=FHomeURL};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebFormsAuthenticator |
Description
Specifies the URL to which the application will be redirected when authentication is successful and ReturnURLParam is empty (spaces).
If not specified, then '/'
is used.