|
ReadonlyAuthenticationOptionsLogoutPage Property
|
Gets the path for the logout page.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic string LogoutPage { get; }
Public ReadOnly Property LogoutPage As String
Get
public:
property String^ LogoutPage {
String^ get ();
}
member LogoutPage : string with get
function get_LogoutPage();
View SourceProperty Value
String
See Also