Gets HTML content of the currently selected template.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string CurrentTemplateHtml { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public Property CurrentTemplateHtml As String
	Get
	Set
Visual C++
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property String^ CurrentTemplateHtml {
	String^ get ();
	void set (String^ value);
}
F#
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member CurrentTemplateHtml : string with get, set

Property Value

Type: String

See Also