Click or drag to resize

WebServerOptionsAuthTestPage Property

Gets or sets the page name used to test user authorization.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string AuthTestPage { get; set; }
View Source

Property Value

String
Remarks
Page name for web server use will not be prefixed with slash. Any slash prefix will automatically be removed during value assignment.
See Also