C# Class NServiceMVC.WebStack.NServiceMvcContentController

Controller that services NServiceMVC static content at ~/__NServiceMvcContent/
Inheritance: Controller
Afficher le fichier Open project: gregmac/NServiceMVC

Méthodes publiques

Méthode Description
File ( string filename ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
InferContentType ( string filename ) : string

Very naieve method to get a mime content-type

Method Details

File() public méthode

public File ( string filename ) : System.Web.Mvc.ActionResult
filename string
Résultat System.Web.Mvc.ActionResult