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