C# Class T4MVC_FileResult, mvccontrib

Inheritance: System.Web.Mvc.FileResult, IT4MVCActionResult
Mostra file Open project: atomicobject/mvccontrib Class Usage Examples

Public Methods

Method Description
T4MVC_FileResult ( string area, string controller, string action ) : System

Protected Methods

Method Description
WriteFile ( System response ) : void

Method Details

T4MVC_FileResult() public method

public T4MVC_FileResult ( string area, string controller, string action ) : System
area string
controller string
action string
return System

WriteFile() protected method

protected WriteFile ( System response ) : void
response System
return void