Back to product page

Body property


Holds full body of the part.

Type

String

Syntax

  • C#
  • VB.NET
String Body {get; };

ReadOnly Property Body As String

Remarks

Body property returns String representation of uploaded content - file or a variable. If you except to receive a file, it is more convenient to access it through Save method. But if it contains other information, such as uploader's login or password, it's easier to access it directly through this property. This is just a wrapper function - it provides data through value in Stream property and reads specific part on your behalf, and provides it as a String.

Platforms

Windows