Метод | Описание | |
---|---|---|
RouteAsPdf ( string routeName ) : System | ||
RouteAsPdf ( string routeName, RouteValueDictionary routeValues ) : System | ||
RouteAsPdf ( string routeName, object routeValues ) : System |
Метод | Описание | |
---|---|---|
GetUrl ( System.Web.Mvc.ControllerContext context ) : string |
protected GetUrl ( System.Web.Mvc.ControllerContext context ) : string | ||
context | System.Web.Mvc.ControllerContext | |
Результат | string |
public RouteAsPdf ( string routeName ) : System | ||
routeName | string | |
Результат | System |
public RouteAsPdf ( string routeName, RouteValueDictionary routeValues ) : System | ||
routeName | string | |
routeValues | RouteValueDictionary | |
Результат | System |
public RouteAsPdf ( string routeName, object routeValues ) : System | ||
routeName | string | |
routeValues | object | |
Результат | System |