共用方式為


FileMultipartSection 建構函式

定義

多載

FileMultipartSection(MultipartSection)

建立 FileMultipartSection 類別的新執行個體。

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

建立 FileMultipartSection 類別的新執行個體。

FileMultipartSection(MultipartSection)

來源:
FileMultipartSection.cs
來源:
FileMultipartSection.cs
來源:
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)

來源:
FileMultipartSection.cs
來源:
FileMultipartSection.cs
來源:
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

已剖析的內容處置標頭

適用於