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