C# Class Project.Web.App.Responders.ContentTypeResponder

ファイルを表示 Open project: tylermercier/mvc_template Class Usage Examples

Public Methods

Method Description
AddResponder ( bool>.Func predicate, Func action ) : void
ContentTypeResponder ( ) : System
Respond ( System.Web.Mvc.ControllerContext context ) : System.Web.Mvc.ActionResult

Method Details

AddResponder() public method

public AddResponder ( bool>.Func predicate, Func action ) : void
predicate bool>.Func
action Func
return void

ContentTypeResponder() public method

public ContentTypeResponder ( ) : System
return System

Respond() public method

public Respond ( System.Web.Mvc.ControllerContext context ) : System.Web.Mvc.ActionResult
context System.Web.Mvc.ControllerContext
return System.Web.Mvc.ActionResult