FormMultipartSection 建構函式

定義

多載

FormMultipartSection(MultipartSection)

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

FormMultipartSection(MultipartSection, ContentDispositionHeaderValue)

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

FormMultipartSection(MultipartSection)

來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs

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

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

參數

section
MultipartSection

要從中建立 的區段 FormMultipartSection

備註

重新剖析內容處置標頭

適用於

FormMultipartSection(MultipartSection, ContentDispositionHeaderValue)

來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs

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

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

參數

section
MultipartSection

要從中建立 的區段 FormMultipartSection

header
ContentDispositionHeaderValue

已剖析的內容處置標頭

適用於