C# Class Rotativa.AsPdfResultBase

Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: scoorf/Rotativa

Méthodes publiques

Свойство Type Description
PageMargins Margins

Private Properties

Свойство Type Description
GetWkParams string
SanitizeFileName string

Méthodes publiques

Méthode Description
ExecuteResult ( ControllerContext context ) : void

Méthodes protégées

Méthode Description
AsPdfResultBase ( ) : System
GetConvertOptions ( ) : string

Returns properties with OptionFlag attribute as one line that can be passed to wkhtmltopdf binary.

GetUrl ( ControllerContext context ) : string
PrepareResponse ( System.Web.HttpResponseBase response ) : System.Web.HttpResponseBase

Private Methods

Méthode Description
GetWkParams ( ControllerContext context ) : string
SanitizeFileName ( string name ) : string

Method Details

AsPdfResultBase() protected méthode

protected AsPdfResultBase ( ) : System
Résultat System

ExecuteResult() public méthode

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
Résultat void

GetConvertOptions() protected méthode

Returns properties with OptionFlag attribute as one line that can be passed to wkhtmltopdf binary.
protected GetConvertOptions ( ) : string
Résultat string

GetUrl() protected abstract méthode

protected abstract GetUrl ( ControllerContext context ) : string
context ControllerContext
Résultat string

PrepareResponse() protected méthode

protected PrepareResponse ( System.Web.HttpResponseBase response ) : System.Web.HttpResponseBase
response System.Web.HttpResponseBase
Résultat System.Web.HttpResponseBase

Property Details

PageMargins public_oe property

Sets the page margins.
public Margins PageMargins
Résultat Margins