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