FormMultipartSection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a form multipart section
public ref class FormMultipartSection
public class FormMultipartSection
type FormMultipartSection = class
Public Class FormMultipartSection
- Inheritance
-
FormMultipartSection
Constructors
FormMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
Creates a new instance of the FormMultipartSection class |
FormMultipartSection(MultipartSection) |
Creates a new instance of the FormMultipartSection class |
Properties
Name |
The form name |
Section |
Gets the original section from which this object was created |
Methods
GetValueAsync() |
Gets the form value |
GetValueAsync(CancellationToken) |
Gets the form value |