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