By tag: ActionResult
0
kicks
How to pass Dictionary as a parameter to an ActionResult
I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution ...
0
kicks
ASP.Net MVC RSS Feed Action Result
"ASP.Net MVC ships with several Action Results. If you want to return a RSS Feed as a result, here is what you should do."
0
kicks
ASP.NET MVC DeveloperZen Feed Action Result
Describes an easy way to expose RSS feeds as a controller's action result in ASP,NET MVC.