C# Class T4MVC_FileResult, mvccontrib

Inheritance: System.Web.Mvc.FileResult, IT4MVCActionResult
Afficher le fichier Open project: atomicobject/mvccontrib Class Usage Examples

Méthodes publiques

Méthode Description
T4MVC_FileResult ( string area, string controller, string action ) : System

Méthodes protégées

Méthode Description
WriteFile ( System response ) : void

Method Details

T4MVC_FileResult() public méthode

public T4MVC_FileResult ( string area, string controller, string action ) : System
area string
controller string
action string
Résultat System

WriteFile() protected méthode

protected WriteFile ( System response ) : void
response System
Résultat void