You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @cesarsouza , I'd like to ask about two issues that happened to me when trying to implement your lib.
1° This is my method AddItem
You can see that the PartialView, it shows the problem which I am passing 2 objects, but in asp net we know that the parameters are a string and an object, so when I see your lib and trying to implement it, I would like to know how do you pass those 2 objects, because I believe this is one of the problems that I can't add to my list on Modal.
2° In my DetailModa.cshtml
When I click on my AddItem, I have the following 404 problem, which it doesn't find the AddItem route, and when I look at the console, I can see that it adds Home to the route, so it's the default of your lib add this Home or do I need to overwrite this route with mine?
We are using .Net Core 6
We don't have a controller, we would like to add the action inside the page
The text was updated successfully, but these errors were encountered:
hi @cesarsouza , I'd like to ask about two issues that happened to me when trying to implement your lib.
You can see that the PartialView, it shows the problem which I am passing 2 objects, but in asp net we know that the parameters are a string and an object, so when I see your lib and trying to implement it, I would like to know how do you pass those 2 objects, because I believe this is one of the problems that I can't add to my list on Modal.
When I click on my AddItem, I have the following 404 problem, which it doesn't find the AddItem route, and when I look at the console, I can see that it adds Home to the route, so it's the default of your lib add this Home or do I need to overwrite this route with mine?
The text was updated successfully, but these errors were encountered: