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

Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: tylermercier/mvc_template

Protected Properties

Свойство Type Description
ContentType string
Formatter string>.Func

Méthodes publiques

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

Method Details

BaseHttpResult() public méthode

public BaseHttpResult ( object item, string contentType, string>.Func formatter ) : System
item object
contentType string
formatter string>.Func
Résultat System

ExecuteResult() public méthode

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
Résultat void

Property Details

ContentType protected_oe property

protected string ContentType
Résultat string

Formatter protected_oe property

protected Func Formatter
Résultat string>.Func