C# Class Snooze.ViewFormatter

Inheritance: IResourceFormatter
Mostra file Open project: ryansroberts/Snooze

Public Methods

Method Description
CanFormat ( System.Web.Mvc.ControllerContext context, object resource, string mimeType ) : bool
Output ( System.Web.Mvc.ControllerContext context, object resource, string contentType ) : void
ViewFormatter ( ) : System.Web.Mvc
ViewFormatter ( string targetMimeType ) : System.Web.Mvc

Private Methods

Method Description
FindView ( System.Web.Mvc.ControllerContext context, object resource ) : System.Web.Mvc.ViewEngineResult
GetViewName ( object resource ) : string

Method Details

CanFormat() public method

public CanFormat ( System.Web.Mvc.ControllerContext context, object resource, string mimeType ) : bool
context System.Web.Mvc.ControllerContext
resource object
mimeType string
return bool

Output() public method

public Output ( System.Web.Mvc.ControllerContext context, object resource, string contentType ) : void
context System.Web.Mvc.ControllerContext
resource object
contentType string
return void

ViewFormatter() public method

public ViewFormatter ( ) : System.Web.Mvc
return System.Web.Mvc

ViewFormatter() public method

public ViewFormatter ( string targetMimeType ) : System.Web.Mvc
targetMimeType string
return System.Web.Mvc