| WikiLinkParseAsync Method |
This is preliminary documentation and is subject to change.
Overload List | Name | Description |
---|
| 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.
|
TopSee Also