Gets or sets the body of the post. If you change the Body, then that change will be shown on the web page.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Body{ get; set;}
Public Property Body As String
public:
property String^ Body {
	String^ get ();
	void set (String^ value);
}

See Also