3 writes to Location
Microsoft.AspNetCore.Mvc.Core (3)
AcceptedResult.cs (3)
36
Location
= location;
53
Location
= locationUri.AbsoluteUri;
57
Location
= locationUri.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
2 references to Location
Microsoft.AspNetCore.Mvc.Core (2)
AcceptedResult.cs (2)
75
if (!string.IsNullOrEmpty(
Location
))
77
context.HttpContext.Response.Headers.Location =
Location
;