1 implementation of HasFormContentType
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
92public bool HasFormContentType
1 reference to HasFormContentType
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpRequest.cs (1)
152get { return FormFeature.HasFormContentType; }