FileMultipartSection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FileMultipartSection(MultipartSection) |
Creates a new instance of the FileMultipartSection class |
FileMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
Creates a new instance of the FileMultipartSection class |
FileMultipartSection(MultipartSection)
- Source:
- FileMultipartSection.cs
- Source:
- FileMultipartSection.cs
- Source:
- FileMultipartSection.cs
Creates a new instance of the FileMultipartSection class
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)
Parameters
- section
- MultipartSection
The section from which to create the FileMultipartSection
Remarks
Reparses the content disposition header
Applies to
FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)
- Source:
- FileMultipartSection.cs
- Source:
- FileMultipartSection.cs
- Source:
- FileMultipartSection.cs
Creates a new instance of the FileMultipartSection class
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)
Parameters
- section
- MultipartSection
The section from which to create the FileMultipartSection
An already parsed content disposition header