다음을 통해 공유


FileMultipartSection 생성자

정의

오버로드

FileMultipartSection(MultipartSection)

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

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

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

FileMultipartSection(MultipartSection)

Source:
FileMultipartSection.cs
Source:
FileMultipartSection.cs
Source:
FileMultipartSection.cs

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

public:
 FileMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section);
new Microsoft.AspNetCore.WebUtilities.FileMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection -> Microsoft.AspNetCore.WebUtilities.FileMultipartSection
Public Sub New (section As MultipartSection)

매개 변수

section
MultipartSection

를 만들 섹션입니다. FileMultipartSection

설명

콘텐츠 처리 헤더 재분석

적용 대상

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Source:
FileMultipartSection.cs
Source:
FileMultipartSection.cs
Source:
FileMultipartSection.cs

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

public:
 FileMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section, Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ header);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue header);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? header);
new Microsoft.AspNetCore.WebUtilities.FileMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection * Microsoft.Net.Http.Headers.ContentDispositionHeaderValue -> Microsoft.AspNetCore.WebUtilities.FileMultipartSection
Public Sub New (section As MultipartSection, header As ContentDispositionHeaderValue)

매개 변수

section
MultipartSection

를 만들 섹션입니다. FileMultipartSection

header
ContentDispositionHeaderValue

이미 구문 분석된 콘텐츠 처리 헤더

적용 대상