DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > StringElement

DEXTUpload.NET
Class StringElement

The minimum supported version
5.0.0.0
The minimum support environment
.NET Framework 4.0
Explanation

The "StringElement" is a class that contains the information of the form elements of a string of multi-part data (multipart/form-data).

Note) The "StringElement" class is impossible to be created as an instance directly by user.

 

Parent Classes

Type
public class StringElement : FormElement
Properties

Value

  • Gets the string value of the form element.

  • Type

    public string Value { get; }

Name

Refers to the "Name" property of the "DEXTUpload.NET.FormElement" class.

IsFileElement

Refers to the "IsFileElement" property of the "DEXTUpload.NET.FormElement" class.