C# Class JsonFx.Mvc.DataResult

Serializes data according to a specified format
Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes publiques

Méthode Description
DataResult ( IDataWriterProvider provider ) : System

Ctor

ExecuteResult ( ControllerContext context ) : void

Serializes the data using the specified IDataWriter

Private Methods

Méthode Description
ScrubFilename ( string url, string ext ) : string

Produces a header friendly name which ends in the given extension

Method Details

DataResult() public méthode

Ctor
public DataResult ( IDataWriterProvider provider ) : System
provider IDataWriterProvider
Résultat System

ExecuteResult() public méthode

Serializes the data using the specified IDataWriter
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext ControllerContext
Résultat void