RequestPausedEventArgsResourceType Property |
Version 94.4.20
How the requested resource will be used.
Namespace:
CefSharp.DevTools.Fetch
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic ResourceType ResourceType { get; set; }
public:
property ResourceType ResourceType {
ResourceType get ();
void set (ResourceType value);
}
Property Value
Type:
ResourceType
See Also