Sunday, August 1, 2010

Action Method Return Type

When statrted my R & D in ASp.NET MVC I was confuse , to see ActionResult return type, and want to know more on the Action Method return type.

When Investigating I found that.


You can create action methods that return an object of any type, such as a string, an integer, or a Boolean value. These return types are wrapped in an appropriate ActionResult type before they are rendered to the response stream.

No comments: