FormMultipartSection Class

Definition

Represents a form multipart section

public ref class FormMultipartSection
public class FormMultipartSection
type FormMultipartSection = class
Public Class FormMultipartSection
Inheritance
FormMultipartSection

Constructors

FormMultipartSection(MultipartSection)

Creates a new instance of the FormMultipartSection class

FormMultipartSection(MultipartSection, ContentDispositionHeaderValue)

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

Applies to