次の方法で共有


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

既に解析済みのコンテンツ処理ヘッダー

適用対象