2 references to IsFormDisposition
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
283
else if (contentDisposition.
IsFormDisposition
())
Microsoft.AspNetCore.WebUtilities (1)
FormMultipartSection.cs (1)
32
if (header == null || !header.
IsFormDisposition
())