The types of link that can be encountered.
| C# | Visual Basic | Visual C++ |
public enum URLType
Public Enumeration URLType
public enum class URLType
| Member | Description |
|---|---|
| HYPERLINK |
Hyperlinks from the <A> tag.
|
| IMAGE |
Images from the <IMG> tag.
|
| SCRIPT |
External scripts from the <SCRIPT> tag.
|
| STYLE |
External styles from the <STYLE> tag.
|