HTTPSendContentBoundary Property |
The string that defines the content boundary
of our multipart transfer as defined in the
w3c specs.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ContentBoundary { get; set; }
Public Property ContentBoundary As String
Get
Set
public:
property String^ ContentBoundary {
String^ get ();
void set (String^ value);
}
member ContentBoundary : string with get, set
Property Value
Type:
String
See Also