ViewRenderer.RenderView

Renders a partial MVC view to string. Use this method to render a partial view that doesn't merge with _Layout and doesn't fire _ViewStart.

public static string RenderView(string viewPath,
	object model,
	ControllerContext controllerContext,
	ref string errorMessage)

Return Value

String of the rendered view or null on error

Parameters

viewPath
The path to the view to render. Either in same controller, shared by name or as fully qualified ~/ path including extension

model
The model to pass to the viewRenderer

controllerContext
Active Controller context

errorMessage
optional out parameter that captures an error message instead of throwing

Overloads:


See also:

Class ViewRenderer

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic