MultipartSectionConverterExtensions.AsFileSection(MultipartSection) Method
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.
Converts the section to a file section
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::WebUtilities::FileMultipartSection ^ AsFileSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section);
public static Microsoft.AspNetCore.WebUtilities.FileMultipartSection AsFileSection (this Microsoft.AspNetCore.WebUtilities.MultipartSection section);
public static Microsoft.AspNetCore.WebUtilities.FileMultipartSection? AsFileSection (this Microsoft.AspNetCore.WebUtilities.MultipartSection section);
static member AsFileSection : Microsoft.AspNetCore.WebUtilities.MultipartSection -> Microsoft.AspNetCore.WebUtilities.FileMultipartSection
<Extension()>
Public Function AsFileSection (section As MultipartSection) As FileMultipartSection
Parameters
- section
- MultipartSection
The section to convert
Returns
A file section