List of comma separated template tags to be pre-parsed for custom tags ([tag]value[/tag]). This additional processing step can introduce unlimited number of custom tags which can be further used in the template HTML.

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

Syntax

C#
public string ParseCustomTags { get; set; }
Visual Basic
Public Property ParseCustomTags As String
	Get
	Set
Visual C++
public:
property String^ ParseCustomTags {
	String^ get ();
	void set (String^ value);
}
F#
member ParseCustomTags : string with get, set

Property Value

Type: String

See Also