NetworkFilter.Config Method

Definition

Filters out elements according to the specified rule. The elements that match the filtering rule will be ignored upon a page download. Specify URL to filter. Use * or ? if filtering by mask is required.

public void Config (NetworkPermissions permission, string AllowString, string DenyString)

Parameters

 permission  NetworkPermissions

 AllowString  string

 DenyString  string

Examples

NetworkFilter.Config (NetworkPermissions.AllowAll, “*”, “www.example.com/*”);