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