3 writes to Location
Microsoft.AspNetCore.Mvc.Core (3)
CreatedResult.cs (3)
39Location = location; 58Location = location.AbsoluteUri; 62Location = location.GetComponents(UriComponents.SerializationInfoString, UriFormat.UriEscaped);
1 reference to Location
Microsoft.AspNetCore.Mvc.Core (1)
CreatedResult.cs (1)
85context.HttpContext.Response.Headers.Location = Location;