C# Class Project.Web.App.Results.BaseHttpResult

Inheritance: System.Web.Mvc.ActionResult
Exibir arquivo Open project: tylermercier/mvc_template

Protected Properties

Property Type Description
ContentType string
Formatter string>.Func

Public Methods

Method Description
BaseHttpResult ( object item, string contentType, string>.Func formatter ) : System
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

Method Details

BaseHttpResult() public method

public BaseHttpResult ( object item, string contentType, string>.Func formatter ) : System
item object
contentType string
formatter string>.Func
return System

ExecuteResult() public method

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
return void

Property Details

ContentType protected_oe property

protected string ContentType
return string

Formatter protected_oe property

protected Func Formatter
return string>.Func