Enum UrlType
Type of specified url
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public enum UrlType : int
Fields
| Name | Description |
|---|---|
| DirectUrl | Direct url to resource |
| WebpageUrl | Url to a webpage which contains the resource |
Type of specified url
public enum UrlType : int
| Name | Description |
|---|---|
| DirectUrl | Direct url to resource |
| WebpageUrl | Url to a webpage which contains the resource |