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