C# Class NServiceMVC.WebStack.NServiceMvcContentController

Controller that services NServiceMVC static content at ~/__NServiceMvcContent/
Inheritance: Controller
Mostrar archivo Open project: gregmac/NServiceMVC

Public Methods

Method Description
File ( string filename ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
InferContentType ( string filename ) : string

Very naieve method to get a mime content-type

Method Details

File() public method

public File ( string filename ) : System.Web.Mvc.ActionResult
filename string
return System.Web.Mvc.ActionResult