2 references to HasMultipartFormContentType
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (2)
108return HasApplicationFormContentType(contentType) || HasMultipartFormContentType(contentType); 223else if (HasMultipartFormContentType(contentType))