Posts by Daniel • 53 points
3 posts
-
2
votes1
answer393
viewsQ: MOIP consumes Json Web Api MVC
I need to use the Moip Payments API as a payment method for my system, how do I request via json? Documentation Consultar cliente GET Por meio desta API é possível consultar as informações e…
-
1
votes1
answer2055
viewsQ: Hide URL parameter in MVC 5
My question is this:: How to hide the URL ID parameter using routes or mask? PessoaFisica/Edit/1 for PessoaFisica/Edit routes.MapRoute( name: "Default", url: "{controller}/{action}/{id}", defaults:…
asp.net-mvc-5asked Daniel 53 -
2
votes2
answers609
viewsA: manipulating Datatables.net data with Json [like manipulating json to display img in the column]
Hello, Follow one more solution. Searching straight from the folder. I am passing the name of the photo through the column of Gridview, but I leave it hidden in the Grid! (MVC Datatables.net -…