Gets or sets a value indicating if whitespace in stylesheets should be removed

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DisplayCommentsOnRecentPosts{ get; set;}
Public Property DisplayCommentsOnRecentPosts As Boolean
public:
property bool DisplayCommentsOnRecentPosts {
	bool get ();
	void set (bool value);
}

Field Value

true if whitespace is removed, otherwise returns false.

See Also