C# Class ReportManagement.PdfViewController

Extends the controller with functionality for rendering PDF views
Inheritance: Controller
Datei anzeigen Open project: KeaganPhillips/Wit-Group-4-project

Public Methods

Method Description
PdfViewController ( ) : System.Web.Mvc

Protected Methods

Method Description
ViewPdf ( string pageTitle, string viewName, object model ) : System.Web.Mvc.ActionResult

Method Details

PdfViewController() public method

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

ViewPdf() protected method

protected ViewPdf ( string pageTitle, string viewName, object model ) : System.Web.Mvc.ActionResult
pageTitle string
viewName string
model object
return System.Web.Mvc.ActionResult