NetworkFilter.Allow Method

Definition

Downloads all elements with the specified mask. Specify URL to allow. Use * or ? if filtering by mask is required.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public void Allow(string itemToFilter)
public void Allow(string itemToFilter)
public void Allow(string itemToFilter)

Parameters

 itemToFilter  string

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
NetworkFilter.Allow (“www.example.com/*”);
NetworkFilter.Allow (“www.example.com/*”);
NetworkFilter.Allow (“www.example.com/*”);