| 
            
              AuthenticationOptionsIsAnonymousResource Method
             | 
          
        
        
            Determines whether the given resource is an anonymous resource.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic bool IsAnonymousResource(
	string urlPath
)
Public Function IsAnonymousResource ( 
	urlPath As String
) As Boolean
public:
bool IsAnonymousResource(
	String^ urlPath
)
member IsAnonymousResource : 
        urlPath : string -> bool function IsAnonymousResource(urlPath);
 View SourceParameters
- urlPath  String
 - Path to check as an anonymous resource.
 
Return Value
Booleantrue if path is an anonymous resource; otherwise, 
false.
See Also