C H A P T E R 28
Working with Action Methods
In this chapter, you'll turn your attention to action methods—the critical part of a controller that allows us to respond to a request. I'll show you how to get the most from action methods, starting with the different kinds of object an action method can return and the effect they have on the MVC framework. I'll also show you how to pass data from an action method to a view, how to disambiguate action methods with the same name, and how to deal with unhandled exceptions that arise in action methods.
Get Applied ASP.NET 4 in Context now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.