6 implementations of ContentLocation
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
326public StringValues ContentLocation
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
326public StringValues ContentLocation
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2022StringValues IHeaderDictionary.ContentLocation 9310StringValues IHeaderDictionary.ContentLocation 16032StringValues IHeaderDictionary.ContentLocation
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (1)
326public StringValues ContentLocation
4 writes to ContentLocation
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheTests.cs (2)
698context.Response.Headers.ContentLocation = "/"; 747context.Response.Headers.ContentLocation = "/";
Microsoft.AspNetCore.ResponseCaching.Tests (2)
ResponseCachingTests.cs (2)
644context.Response.Headers.ContentLocation = "/"; 697context.Response.Headers.ContentLocation = "/";