Allow HTML code in blog posts?

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

Syntax

C#
[ObsoleteAttribute("Please use EnableXSSSecurityParser instead")]
public bool AllowHtmlInPosts { get; set; }
Visual Basic
<ObsoleteAttribute("Please use EnableXSSSecurityParser instead")> 
Public Property AllowHtmlInPosts As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"Please use EnableXSSSecurityParser instead")]
property bool AllowHtmlInPosts {
	bool get ();
	void set (bool value);
}
F#
[<ObsoleteAttribute("Please use EnableXSSSecurityParser instead")>]
member AllowHtmlInPosts : bool with get, set

Property Value

Type: Boolean

See Also