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