C# Class Project.Web.App.Controllers.ApplicationController

Inheritance: Controller
ファイルを表示 Open project: tylermercier/mvc_template

Protected Methods

Method Description
RespondTo ( Action setupContentTypeResponses ) : System.Web.Mvc.ActionResult

Sets up responder blocks, much like in rails. Inspired by http://icanhascode.com/tag/respond_to/

Method Details

RespondTo() protected method

Sets up responder blocks, much like in rails. Inspired by http://icanhascode.com/tag/respond_to/
protected RespondTo ( Action setupContentTypeResponses ) : System.Web.Mvc.ActionResult
setupContentTypeResponses Action
return System.Web.Mvc.ActionResult