Gets the string representation of the body of the incoming request.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Content { get; }
Visual Basic
Public ReadOnly Property Content As String
	Get

See Also