| 
            
              ModelControllerTPostAuthCheck Method
             | 
          
        
        
            Check if current User is authorized for POST Requests
            
        
        Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntaxprotected bool PostAuthCheck()
Protected Function PostAuthCheck As Boolean
protected:
bool PostAuthCheck()
member PostAuthCheck : unit -> bool 
function PostAuthCheck();
 View SourceReturn Value
BooleanTrue if User is authorized for POST requests
See Also