System.Markdown.TMDURI
TObject → |
Description
TMDURI is an abstract class to help compose and decompose a URI from/into its parts.
Types
Type of link. |
Methods
Public |
Returns the type of URI. |
|
Public |
Returns the anchor part of the URI if any. |
|
Public |
Combine a root URI with a relative path. |
|
Public |
Determines whether an anchor is appended to the path. |
|
Public |
Determines whether parameters are appended to the path. |
|
Public |
Determines if the URI has a markdown extension .md. |
|
Public |
Determines whether the URI begins with a valid http or ftp scheme. |
|
Public |
Returns the path of a URI, including parameters but excluding anchors. |
|
Public |
Returns the list of parameters if any. |