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

已分析的内容处置标头

适用于