Can ViewData[“SOME VALUE”] be returned also? If not, why?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default json actionresult only serializes the model. But it’s no problem to write your own implementation to serialize viewdata as well. You could download the source from codeplex and look at the default implementation and just rewrite that.