Asp.net core not binding values from Jquery post
First off I am learning Asp.net core. I have a View as follows, when I the blogItemId I retrieve an item and send it as a model to the DetailedView.cshtml as follows: [HttpGet] public IActionResult DetailedView(int blogItemId) { var item…