FileMultipartSection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
已分析的内容处置标头