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