Share Dot Net Experience
Define ActionResult Return Type
Define ActionResult Return Type
Creating new controllers, they will come with one or more actions by default.
The Empty controller includes an Index action with a return value of type
ActionResult
.
ActionResult class
is the base class for all action results.
‹
›
Home
View web version