|   | AuthenticationOptionsIsAnonymousResource Method | 
        
        
            Determines whether the given resource is an anonymous resource.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- urlPath  String
- Path to check as an anonymous resource.
Return Value
Booleantrue if path is an anonymous resource; otherwise, 
false.
 See Also
See Also