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