C# Class Our.Umbraco.DataType.Markdown.XmlData

Overrides the Our.Umbraco.DataType.Markdown.TextData object to return the value as XML.
Inheritance: TextData
Afficher le fichier Open project: leekelleher/umbraco-markdown

Méthodes publiques

Méthode Description
ToXMl ( XmlDocument data ) : XmlNode

Transforms the Markdown value to HTML.

XmlData ( umbraco.cms.businesslogic.datatype.BaseDataType dataType ) : System

Initializes a new instance of the XmlData class.

Method Details

ToXMl() public méthode

Transforms the Markdown value to HTML.
public ToXMl ( XmlDocument data ) : XmlNode
data System.Xml.XmlDocument The data (Markdown) to transform into HTML.
Résultat System.Xml.XmlNode

XmlData() public méthode

Initializes a new instance of the XmlData class.
public XmlData ( umbraco.cms.businesslogic.datatype.BaseDataType dataType ) : System
dataType umbraco.cms.businesslogic.datatype.BaseDataType Type of the data.
Résultat System