|
ReadonlyAuthenticationOptionsLoginPage Property
|
Gets 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; }Public ReadOnly Property LoginPage As String
Get
public:
property String^ LoginPage {
String^ get ();
}member LoginPage : string with get
function get_LoginPage();
View SourceProperty Value
String
See Also