Click or drag to resize

ParsedContentInfo Class

This is preliminary documentation and is subject to change.

Contains parsed content of specific page or wikitext.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Pages.ParsingParsedContentInfo

Namespace: WikiClientLibrary.Pages.Parsing
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonContractAttribute]
public sealed class ParsedContentInfo

The ParsedContentInfo type exposes the following members.

Constructors
 NameDescription
Public methodParsedContentInfoInitializes a new instance of the ParsedContentInfo class
Top
Properties
 NameDescription
Public propertyCategories 
Public propertyContent Parsed content, in HTML form.
Public propertyDisplayTitle The displayed title HTML.
Public propertyLanguageLinks 
Public propertyPageId 
Public propertyParserLimitReports Gets the limit reports generated by the parser. Available if LimitReport is specified.
Public propertyProperties 
Public propertyRedirects Determines the redirects that has been followed to reach the page.
Public propertyRevisionId 
Public propertySections 
Public propertySummary Parsed summary, if exists, in HTML form.
Public propertyTitle The title of the page.
Public propertyTranscludedPages Gets a list of templates transcluded in this page. Available if TranscludedPages is specified.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Use ParsePageAsync(WikiSite, String) or other related methods to get parsed content.
See Also