Click or drag to resize

RequestPatternResourceType Property

Version 85.3.121
If set, only requests for matching resource types will be intercepted.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Nullable<ResourceType> ResourceType { get; set; }

Property Value

Type: NullableResourceType
See Also