System.Markdown.TMDURI.TURIType
Prototype
TURIType = (vaNone, vaUnknown, vaHTTP, vaFTP);
Description
Determines whether a sheme is found and its kind.
vaNone |
The URI does not start with a scheme. |
vaUnknown |
A scheme is found but is not http(s):// or ftp(s)://. |
vaHTTP |
The URI starts with http(s)://. |
vaFTP |
The URI starts with ftp(s)://. |
See also