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)
1715ContentLocation = value; 2144ContentLocation = default;
7 references to ContentLocation
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1225return ContentLocation.Count > 0; 1467value = ContentLocation; 2245if (ContentLocation.Count > 0) 2413if (ContentLocation.Count > 0) 2415yield return ContentLocation; 2581if (ContentLocation.Count > 0) 2583yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, ContentLocation);