Implemented interface member:
property
ContentLocation
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLocation
2 writes to ContentLocation
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1715
ContentLocation
= value;
2144
ContentLocation
= default;
7 references to ContentLocation
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1225
return
ContentLocation
.Count > 0;
1467
value =
ContentLocation
;
2245
if (
ContentLocation
.Count > 0)
2413
if (
ContentLocation
.Count > 0)
2415
yield return
ContentLocation
;
2581
if (
ContentLocation
.Count > 0)
2583
yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation,
ContentLocation
);