37 references to ContentLocation
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
80
StringValues ContentLocation { get => this[HeaderNames.
ContentLocation
]; set => this[HeaderNames.
ContentLocation
] = value; }
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingOptions.cs (1)
81
HeaderNames.
ContentLocation
,
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
421
HeaderNames.
ContentLocation
,
Microsoft.AspNetCore.Server.HttpSys (8)
src\aspnetcore\src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
39
HeaderNames.
ContentLocation
,
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1223
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
1465
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
1713
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
2140
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.Ordinal))
2247
yield return HeaderNames.
ContentLocation
;
2583
yield return new KeyValuePair<string, StringValues>(HeaderNames.
ContentLocation
, ContentLocation);
2761
HttpSysRequestHeader.ContentLocation => HeaderNames.
ContentLocation
,
Microsoft.AspNetCore.Server.IIS (8)
src\aspnetcore\src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
39
HeaderNames.
ContentLocation
,
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1223
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
1465
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
1713
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.OrdinalIgnoreCase))
2140
if (string.Equals(key, HeaderNames.
ContentLocation
, StringComparison.Ordinal))
2247
yield return HeaderNames.
ContentLocation
;
2583
yield return new KeyValuePair<string, StringValues>(HeaderNames.
ContentLocation
, ContentLocation);
2761
HttpSysRequestHeader.ContentLocation => HeaderNames.
ContentLocation
,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
308
HeaderNames.
ContentLocation
,
2027
if (!TryGetUnknown(HeaderNames.
ContentLocation
, ref value))
2036
SetValueUnknown(HeaderNames.
ContentLocation
, value);
9328
ValidateHeaderValueCharacters(HeaderNames.
ContentLocation
, value, EncodingSelector);
11423
if (ReferenceEquals(HeaderNames.
ContentLocation
, key))
11469
if (HeaderNames.
ContentLocation
.Equals(key, StringComparison.OrdinalIgnoreCase))
12074
if (ReferenceEquals(HeaderNames.
ContentLocation
, key))
12105
if (HeaderNames.
ContentLocation
.Equals(key, StringComparison.OrdinalIgnoreCase))
12871
if (ReferenceEquals(HeaderNames.
ContentLocation
, key))
12922
if (HeaderNames.
ContentLocation
.Equals(key, StringComparison.OrdinalIgnoreCase))
13763
if (ReferenceEquals(HeaderNames.
ContentLocation
, key))
13814
if (HeaderNames.
ContentLocation
.Equals(key, StringComparison.OrdinalIgnoreCase))
14607
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.
ContentLocation
, _headers._ContentLocation);
15356
_current = new KeyValuePair<string, StringValues>(HeaderNames.
ContentLocation
, _collection._headers._ContentLocation);
16037
if (!TryGetUnknown(HeaderNames.
ContentLocation
, ref value))
16046
ValidateHeaderValueCharacters(HeaderNames.
ContentLocation
, value, EncodingSelector);
16047
SetValueUnknown(HeaderNames.
ContentLocation
, value);