Click or drag to resize

UrlRequestResourceType Property

Gets the ResourceType of the resource the request is loading.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public ResourceType ResourceType { get; }

Property Value

Type: ResourceType
The type of the resource the request is loading.
See Also