Sharaf Abacery
Sharaf Abacery
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
@Angius thanks
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
[HttpPost("AddToCartAsync/{bookId}")] public async Task<IActionResult> AddToCartAsync(string bookId)
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
[Route("Cart")] public class CartController : Controller
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
i could add attrbute to controller to enforce it
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
it could [HttpPost("/AddToCartAsync/{bookId}")] override the cart controller itself
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
but i still dont know why without attrbuites is not woking as i need
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
and it works
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
thanks alot for help me and i add this attrbute [HttpPost("/Cart/AddToCartAsync/{bookId}")]
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
captured
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
it working
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
captered
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
this is program.cs
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
just as i typed
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
no attrbutes
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
public IActionResult Index() { var cart = HttpContext.Session.GetObject<List<CartItem>>("Cart") ?? new List<CartItem>(); return View(cart); }
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
yes
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
No description
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
No description
47 replies
CC#
Created by Sharaf Abacery on 3/8/2025 in #help
Error in fetch action controller from jquery
i create some modification to know the error i used your explantion as some guide but i still get same problem
47 replies