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)
84mt = _formContentType;