Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void | ||
ViewAsPdf ( ) : System | ||
ViewAsPdf ( object model ) : System | ||
ViewAsPdf ( string viewName ) : System | ||
ViewAsPdf ( string viewName, object model ) : System | ||
ViewAsPdf ( string viewName, string masterName, object model ) : System |
Method | Description | |
---|---|---|
GetUrl ( ControllerContext context ) : string |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
protected GetUrl ( ControllerContext context ) : string | ||
context | ControllerContext | |
return | string |
public ViewAsPdf ( string viewName ) : System | ||
viewName | string | |
return | System |
public ViewAsPdf ( string viewName, object model ) : System | ||
viewName | string | |
model | object | |
return | System |
public ViewAsPdf ( string viewName, string masterName, object model ) : System | ||
viewName | string | |
masterName | string | |
model | object | |
return | System |