| 
            
              ReadonlyWebServerOptionsAuthTestPage Property
             | 
          
        
        
            Gets 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; }Public ReadOnly Property AuthTestPage As String
	Get
public:
property String^ AuthTestPage {
	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