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