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