2 instantiations of FormMultipartSection
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
285
var formDataSection = new
FormMultipartSection
(section, contentDisposition);
Microsoft.AspNetCore.WebUtilities (1)
MultipartSectionConverterExtensions.cs (1)
43
return new
FormMultipartSection
(section);
6 references to FormMultipartSection
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
285
var
formDataSection = new FormMultipartSection(section, contentDisposition);
Microsoft.AspNetCore.WebUtilities (5)
FormMultipartSection.cs (4)
16
/// Creates a new instance of the <see cref="
FormMultipartSection
"/> class
18
/// <param name="section">The section from which to create the <see cref="
FormMultipartSection
"/></param>
26
/// Creates a new instance of the <see cref="
FormMultipartSection
"/> class
28
/// <param name="section">The section from which to create the <see cref="
FormMultipartSection
"/></param>
MultipartSectionConverterExtensions.cs (1)
37
public static
FormMultipartSection
? AsFormDataSection(this MultipartSection section)