Implemented interface member:
property
ContentType
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentType
2 writes to ContentType
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1642
ContentType
= value;
2006
ContentType
= default;
7 references to ContentType
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1165
return
ContentType
.Count > 0;
1394
value =
ContentType
;
2257
if (
ContentType
.Count > 0)
2425
if (
ContentType
.Count > 0)
2427
yield return
ContentType
;
2593
if (
ContentType
.Count > 0)
2595
yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentType,
ContentType
);