FormMultipartSection 클래스

정의

양식 다중 파트 섹션을 나타냅니다.

public ref class FormMultipartSection
public class FormMultipartSection
type FormMultipartSection = class
Public Class FormMultipartSection
상속
FormMultipartSection

생성자

FormMultipartSection(MultipartSection)

FormMultipartSection 클래스의 새 인스턴스를 만듭니다.

FormMultipartSection(MultipartSection, ContentDispositionHeaderValue)

FormMultipartSection 클래스의 새 인스턴스를 만듭니다.

속성

Name

양식 이름

Section

이 개체가 만들어진 원래 섹션을 가져옵니다.

메서드

GetValueAsync()

양식 값을 가져옵니다.

GetValueAsync(CancellationToken)

양식 값을 가져옵니다.

적용 대상