Class ParameterPart
- Namespace
- nanoFramework.WebServer.HttpMultipartParser
- Assembly
- nanoFramework.WebServer.dll
Represents a single parameter extracted from a multipart/form-data stream.
public class ParameterPart
- Inheritance
-
ParameterPart
- Inherited Members
- Extension Methods
Constructors
ParameterPart(string, string)
Initializes a new instance of the ParameterPart class.
public ParameterPart(string name, string data)
Parameters
Properties
Data
Gets the data.
public string Data { get; }
Property Value
Name
Gets the name.
public string Name { get; }