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