Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dynamic VML in cshtml #8

Open
simix-alessandrokantousian opened this issue Jul 7, 2022 · 0 comments
Open

Add Dynamic VML in cshtml #8

simix-alessandrokantousian opened this issue Jul 7, 2022 · 0 comments

Comments

@simix-alessandrokantousian
Copy link

simix-alessandrokantousian commented Jul 7, 2022

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
    image

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
    image

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant