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