UriPolicy Constructor (IList Regex ) | Glimpse API Documentation |
Initializes a new instance of the UriPolicy class with the provided uriBlackList.
Namespace: Glimpse.Core.PolicyAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- uriBlackList
- Type: System.Collections.Generic IList Regex
The Uri black list to validate against. Regular expressions are also supported in the black list.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Exception thrown if uriBlackList is null. |
See Also