| 
            
              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.257-beta
Syntaxpublic string AuthTestPage { get; set; }Public Property AuthTestPage As String
	Get
	Set
public:
property String^ AuthTestPage {
	String^ get ();
	void set (String^ value);
}member AuthTestPage : string with get, set
function get_AuthTestPage();
function set_AuthTestPage(value);
 View SourceProperty 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