3 references to CreatedAtAction
BasicWebSite (2)
Controllers\ContactApiController.cs (2)
37return CreatedAtAction(nameof(Get), new { id = contact.ContactId }, contact); 45return CreatedAtAction(nameof(Get), new { id = contact.ContactId }, contact);
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2075=> CreatedAtAction(actionName, routeValues: null, value: value);