|
AuthenticationOptionsLoginPage Property
|
Gets or sets the login page used as a redirect location when authentication fails.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.266-beta
Syntaxpublic string LoginPage { get; set; }Public Property LoginPage As String
Get
Set
public:
property String^ LoginPage {
String^ get ();
void set (String^ value);
}member LoginPage : string with get, set
function get_LoginPage();
function set_LoginPage(value);
View SourceProperty Value
String
See Also