3 writes to Location
Microsoft.AspNetCore.Http.Results (3)
Accepted.cs (3)
26Location = location; 38Location = locationUri.AbsoluteUri; 42Location = locationUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
2 references to Location
Microsoft.AspNetCore.Http.Results (2)
Accepted.cs (2)
67if (!string.IsNullOrEmpty(Location)) 69httpContext.Response.Headers.Location = Location;