Web.HTTPApp.TWebFormsAuthenticator.ReturnURLParam
Delphi
property ReturnURLParam: string read FReturnURLParam write FReturnURLParam stored IsReturnURLParamStored;
C++
__property System::UnicodeString ReturnURLParam = {read=FReturnURLParam, write=FReturnURLParam, stored=IsReturnURLParamStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebFormsAuthenticator |
Description
Specifies the LoginURL query parameter to keep the original URL.
E.g., GET LoginURL?returnUrloriginal URL
. It is expected that GET LoginURL will return an HTML form with a hidden returnUrl parameter containing original URL
. The application will be redirected to this URL when authentication is successful.