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