Web.HTTPApp.TWebFormsAuthenticator.FailedURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FailedURL: string read FFailedURL write FFailedURL;

C++

__property System::UnicodeString FailedURL = {read=FFailedURL, write=FFailedURL};

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 fails.

If not specified, then LoginURL is used. When neither is specified, then a 401 status is returned.

See Also