Click or drag to resize

WikiLink Methods

This is preliminary documentation and is subject to change.

The WikiLink type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberNormalizeWikiLink(WikiSite, String) Uses this class to normalize a specific wikilink expression.
Public methodStatic memberNormalizeWikiLink(WikiSite, String, Int32) Uses this class to normalize a specific wikilink expression.
Public methodStatic memberParse(WikiSite, String) Parses a new instance using specified Wikilink expression.
Public methodStatic memberParse(WikiSite, String, Int32) Parses a new instance using specified Wikilink expression.
Public methodStatic memberParseAsync(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.
Public methodStatic memberParseAsync(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.
Public methodStatic memberParseAsync(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.
Public methodStatic memberParseAsync(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.
Public methodToString Gets the formatted expression of the wikilink.
(Overrides ObjectToString)
Public methodStatic memberTryParse(WikiSite, String) Tries to parse a new instance using specified Wikilink expression.
Public methodStatic memberTryParse(WikiSite, String, Int32) Tries to parse a new instance using specified Wikilink expression.
Public methodStatic memberTryParseAsync(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.
Public methodStatic memberTryParseAsync(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.
Public methodStatic memberTryParseAsync(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.
Public methodStatic memberTryParseAsync(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.
Top
See Also