C# 클래스 Rotativa.AsPdfResultBase

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: scoorf/Rotativa

공개 프로퍼티들

프로퍼티 타입 설명
PageMargins Margins

Private Properties

프로퍼티 타입 설명
GetWkParams string
SanitizeFileName string

공개 메소드들

메소드 설명
ExecuteResult ( ControllerContext context ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetWkParams ( ControllerContext context ) : string
SanitizeFileName ( string name ) : string

메소드 상세

AsPdfResultBase() 보호된 메소드

protected AsPdfResultBase ( ) : System
리턴 System

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void

GetConvertOptions() 보호된 메소드

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

GetUrl() 보호된 추상적인 메소드

protected abstract GetUrl ( ControllerContext context ) : string
context ControllerContext
리턴 string

PrepareResponse() 보호된 메소드

protected PrepareResponse ( System.Web.HttpResponseBase response ) : System.Web.HttpResponseBase
response System.Web.HttpResponseBase
리턴 System.Web.HttpResponseBase

프로퍼티 상세

PageMargins 공개적으로 프로퍼티

Sets the page margins.
public Margins PageMargins
리턴 Margins