Method | Description | |
---|---|---|
RouteAsPdf ( string routeName ) : System | ||
RouteAsPdf ( string routeName, RouteValueDictionary routeValues ) : System | ||
RouteAsPdf ( string routeName, object routeValues ) : System |
Method | Description | |
---|---|---|
GetUrl ( System.Web.Mvc.ControllerContext context ) : string |
protected GetUrl ( System.Web.Mvc.ControllerContext context ) : string | ||
context | System.Web.Mvc.ControllerContext | |
return | string |
public RouteAsPdf ( string routeName ) : System | ||
routeName | string | |
return | System |
public RouteAsPdf ( string routeName, RouteValueDictionary routeValues ) : System | ||
routeName | string | |
routeValues | RouteValueDictionary | |
return | System |
public RouteAsPdf ( string routeName, object routeValues ) : System | ||
routeName | string | |
routeValues | object | |
return | System |