ViewRenderer.RenderPartialView

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 RenderPartialView(string viewPath,
	object model,
	ControllerContext controllerContext)

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

Overloads:


See also:

Class ViewRenderer

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