  | WikiPageContentModel Property | 
This is preliminary documentation and is subject to change.
            Content model. (MediaWiki 1.22)
            
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? ContentModel { get; }Public ReadOnly Property ContentModel As String
	Get
Dim instance As WikiPage
Dim value As String
value = instance.ContentModel
public:
property String^ ContentModel {
	String^ get ();
}member ContentModel : string with get
Property Value
String
RemarksSee 
ContentModels for a list of commonly-used content model names.
See Also