Method | Description | |
---|---|---|
RenderActionToString ( this helper, |
||
RenderPartialToString ( this html, string viewName, object viewData ) : string |
Renders a view to string.
|
|
RenderViewToString ( this controller, string viewName, object viewData ) : string |
Renders a view to string.
|
Method | Description | |
---|---|---|
RenderViewToString ( ControllerContext context, string viewName, object viewData ) : string |
public static RenderActionToString ( this helper, |
||
helper | this | |
request | ||
controller | string | |
action | string | |
return | string |
public static RenderPartialToString ( this html, string viewName, object viewData ) : string | ||
html | this | |
viewName | string | |
viewData | object | |
return | string |
public static RenderViewToString ( this controller, string viewName, object viewData ) : string | ||
controller | this | |
viewName | string | |
viewData | object | |
return | string |