2 references to IsFileDisposition
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
249
if (contentDisposition.
IsFileDisposition
())
Microsoft.AspNetCore.WebUtilities (1)
FileMultipartSection.cs (1)
32
if (header is null || !header.
IsFileDisposition
())