Class HyperText
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
This class is designed to recognize whether some text represents hypertext.
public class HyperText
- Inheritance
-
HyperText
Methods
- IsEmailString(string)
Indicates whether given text is e-mail address.
- IsFileString(string)
Indicates whether given text is address string for the local file on the disk.
- IsFtpString(string)
Indicates whether given text is address string for File Transfer Protocol.
- IsGopherString(string)
Indicates whether given text is internet address string for the Gopher protocol.
- IsHttpString(string)
Indicates whether given text is internet address used Hypertext Transfer Protocol.
- IsHttpsString(string)
Indicates whether given text is internet address used Secure Hypertext Transfer Protocol.
- IsHyperText(string)
Indicates whether given text is hypertext.
- IsWWWString(string)
Indicates whether given text is internet address within the World Wide Web.