Removes a matching WebResource filter that was previously added for the WebResourceRequested event.
Syntax
object.Remove_WebResourceRequestedFilter(strFilter
As String, [FilterContext As oWebView2ResourceFilter])
The Remove_WebResourceRequestedFilter method syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
strFilter |
String, The strFilter to remove. |
FilterContext | oWebView2ResourceFilter. The resource context filter associated with the strFilter to
delete |