Hi,
I use .Net Core 3.1
From Controller "Order" View "Index" I want to create a button
this button redirect me to an other controller "Invoice" View "Create"
Problem :
I want to get the Pk when i call the method Create
- public IActionResult Create(int someId)
- {
- //here i want to get the Pk
- return View();
- }
Mageshwaran RPosted Oct 30, 2020, 9:59 AM
Sachin SinghPosted Oct 30, 2020, 8:47 AM
saad BenmakhloufPosted Oct 30, 2020, 8:17 AM
Sachin SinghPosted Oct 30, 2020, 8:08 AM
Sachin SinghPosted Oct 30, 2020, 6:50 AM