FileMultipartSection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FileMultipartSection(MultipartSection) |
建立 FileMultipartSection 類別的新執行個體。 |
FileMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
建立 FileMultipartSection 類別的新執行個體。 |
FileMultipartSection(MultipartSection)
建立 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 類別的新執行個體。
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
已剖析的內容處置標頭