ContentNavigation Constructor (IEnumerableString, IEnumerableString) |
Creates a ContentNavigation rule set with the specified whitelist and blacklist sites.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public ContentNavigation(
IEnumerable<string> whitelist,
IEnumerable<string> blacklist
)
Parameters
- whitelist
- Type: System.Collections.GenericIEnumerableString
The site list to allow. - blacklist
- Type: System.Collections.GenericIEnumerableString
The site list to block.
See Also