Click or drag to resize

PageHelper Class

This is preliminary documentation and is subject to change.

Provides a set of opinionated but also useful methods for MediaWiki pages and page titles.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.PagesPageHelper

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class PageHelper

The PageHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEvaluateSanitizedSha1 Evaluates SHA1 hash of the sanitized version of specified text content, in UTF-8 encoding.
Public methodStatic memberEvaluateSha1 Evaluates SHA1 hash of the specified text content, in UTF-8 encoding.
Public methodStatic memberSanitizePageContent Sanitizes the MediaWiki page content locally for SHA1 evaluation.
Public methodStatic memberStripTitleDisambiguation Strips disambiguation part of the title from the full article title.
Top
Remarks
While you can still do well if you just implement your own equivalencies to this class, you are encouraged to open an issue on GitHub if there is any problems or feature requests.
See Also