Content's Body

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Body { get; set; }
Visual Basic
Public Property Body As String
	Get
	Set

Remarks

HTML tags are stripped from this property, but certain HTML attribute values will be retain, ie. alt and title attribute values.

See Also