2 references to FileMultipartSection
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
251var fileSection = new FileMultipartSection(section, contentDisposition);
Microsoft.AspNetCore.WebUtilities (1)
FileMultipartSection.cs (1)
21: this(section, section.GetContentDispositionHeader())