Media |
This is preliminary documentation and is subject to change.
The MediaWikiHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| EnumValues | Enumerates from either a sequence of key-value pairs, or the property-value pairs of an anonymous object. | |
| FileRevisionFromJson | ||
| GeoCoordinateFromJson | ||
| JoinValuesT | Joins multiple values that will be used as parameter value in MediaWiki API request. | |
| MakeAbsoluteProtocol | Converts the specified relative protocol URL (starting with //) to absolute protocol URL. | |
| MakeAbsoluteUrl(String, String) | Combines a base URL and a relative URL, using https for relative protocol URL. | |
| MakeAbsoluteUrl(String, String, String) | Combines a base URL and a relative URL, using the specified protocol for relative protocol URL. | |
| PageStubFromJson | Creates a WikiPageStub instance from the given raw page information. | |
| ParseDateTime | Parses a DateTime from MediaWiki API timestamp from the API response. | |
| ParseDateTimeOffset | Parses a DateTimeOffset from MediaWiki API timestamp from the API response. | |
| ParseJsonAsync | Asynchronously parses JSON content from the specified stream. | |
| PopulatePageFromJson | Loads page information from JSON. | |
| QueryProviderFromOptions | Gets a read-only implementation of IWikiPageQueryProvider for fetching a page. | |
| RevisionFromJson | ||
| TryParseDateTime | Tries to parse a DateTime from MediaWiki API timestamp from the API response. |