Wiki |
This is preliminary documentation and is subject to change.
The WikiLink type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NormalizeWikiLink(WikiSite, String) | Uses this class to normalize a specific wikilink expression. | |
| NormalizeWikiLink(WikiSite, String, Int32) | Uses this class to normalize a specific wikilink expression. | |
| Parse(WikiSite, String) | Parses a new instance using specified Wikilink expression. | |
| Parse(WikiSite, String, Int32) | Parses a new instance using specified Wikilink expression. | |
| ParseAsync(IWikiFamily, String) | Parses a new instance from the a Wikilink expression on the specified Wiki family. This overload resolves the target interwiki site with the interwiki prefixes provided instance, and requires text to have interwiki prefix. | |
| ParseAsync(IWikiFamily, String, Int32) | Parses a new instance from the a Wikilink expression on the specified Wiki family. This overload resolves the target interwiki site with the interwiki prefixes provided instance, and requires text to have interwiki prefix. | |
| ParseAsync(WikiSite, IWikiFamily, String) | Parses a new instance from the a Wikilink expression on the specified Wiki site and Wiki family. This overload also resolves the target interwiki site with the interwiki prefixes provided instance. | |
| ParseAsync(WikiSite, IWikiFamily, String, Int32) | Parses a new instance from the a Wikilink expression on the specified Wiki site and Wiki family. This overload also resolves the target interwiki site with the interwiki prefixes provided instance. | |
| ToString |
Gets the formatted expression of the wikilink.
(Overrides ObjectToString) | |
| TryParse(WikiSite, String) | Tries to parse a new instance using specified Wikilink expression. | |
| TryParse(WikiSite, String, Int32) | Tries to parse a new instance using specified Wikilink expression. | |
| TryParseAsync(IWikiFamily, String) | Tries to parse a new instance from the a Wikilink expression on the specified Wiki family. This overload resolves the target interwiki site with the interwiki prefixes provided instance, and requires text to have interwiki prefix. | |
| TryParseAsync(IWikiFamily, String, Int32) | Tries to parse a new instance from the a Wikilink expression on the specified Wiki family. This overload resolves the target interwiki site with the interwiki prefixes provided instance, and requires text to have interwiki prefix. | |
| TryParseAsync(WikiSite, IWikiFamily, String) | Parses a new instance from the a Wikilink expression on the specified Wiki site and Wiki family. This overload also resolves the target interwiki site with the interwiki prefixes provided instance. | |
| TryParseAsync(WikiSite, IWikiFamily, String, Int32) | Parses a new instance from the a Wikilink expression on the specified Wiki site and Wiki family. This overload also resolves the target interwiki site with the interwiki prefixes provided instance. |