|
WebServerOptionsAuthTestPage Property
|
Gets or sets 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; set; }
Public Property AuthTestPage As String
Get
Set
member AuthTestPage : string with get, set
function get_AuthTestPage();
function set_AuthTestPage(value);
View SourceProperty Value
StringRemarks
Page name for web server use will not be prefixed with slash. Any slash
prefix will automatically be removed during value assignment.
See Also