|
ReadonlyWebServerOptionsAuthTestPage Property
|
Gets the page name used to test user authorization.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AuthTestPage { get; }
Public ReadOnly Property AuthTestPage As String
Get
member AuthTestPage : string with get
function get_AuthTestPage();
View SourceProperty Value
StringRemarks
Page name for web server use will not be prefixed with slash.
See Also