ASPNETCoreAngular2Demo.Controller.ValuesController.Get C# (CSharp) Method

Get() private method

private Get ( int id ) : IActionResult
id int
return IActionResult
        public IActionResult Get(int id)
        {
            return new JsonResult("value");
        }

Same methods

ValuesController::Get ( ) : IActionResult