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