Error!
Success!

Three new Action Result Type in ASP.NET MVC 3

0
kicks

Three new Action Result Type in ASP.NET MVC 3  (Unpublished)

In ASP.NET MVC incoming browser request mapped to a controller’s action method and that action method returns type of ActionResult in response to the browsers request. I was playing bit with ASP.NET MVC3 to check out new features of ASP.NET MVC 3 and I have found three great new ActionResult Type. Below is details explanation of each one.HttpStatusCodeResult: This return type returns a error 404 on client. This action result type can be very useful when we have resources that are not found and so we can ...


Kicked By:
Drop Kicked By: