3 writes to _formContentType
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (3)
35
_formContentType
= new MediaTypeHeaderValue("application/x-www-form-urlencoded");
128
_formContentType
= null;
132
_formContentType
??= new MediaTypeHeaderValue("application/x-www-form-urlencoded");
1 reference to _formContentType
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
84
mt =
_formContentType
;