Click or drag to resize

AuthenticationOptionsIsAnonymousResource Method

Determines whether the given resource is an anonymous resource.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool IsAnonymousResource(
	string urlPath
)
View Source

Parameters

urlPath  String
Path to check as an anonymous resource.

Return Value

Boolean
true if path is an anonymous resource; otherwise, false.
See Also