Back to product page

Boundary property


Returns boundary when client performs and upload content with more than one part.

Type

String

Syntax

  • C#
  • VB.NET
String Boundary {get; set; };

Property Boundary As String

Remarks

You can use this property to find a "content separator". This is usually provided when user submits content that has more then one part, such as HTML Forms content. In such cases each part will be separated by "--" followed by the value in this property.

Platforms

Windows