3 writes to Location
Microsoft.AspNetCore.Http.Results (3)
AcceptedOfT.cs (3)
28Location = location; 47Location = locationUri.AbsoluteUri; 51Location = locationUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
2 references to Location
Microsoft.AspNetCore.Http.Results (2)
AcceptedOfT.cs (2)
79if (!string.IsNullOrEmpty(Location)) 81httpContext.Response.Headers.Location = Location;