C# Class ZocMonGraph.Controllers.FileStringResult

Inheritance: System.Web.Mvc.FileResult
Mostra file Open project: Zocdoc/ZocMonGraphs

Public Methods

Method Description
FileStringResult ( string data, string contentType ) : System

Protected Methods

Method Description
WriteFile ( System.Web.HttpResponseBase response ) : void

Method Details

FileStringResult() public method

public FileStringResult ( string data, string contentType ) : System
data string
contentType string
return System

WriteFile() protected method

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
return void