IViewEngine Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodFindPartialView(ControllerContext^, String^, Boolean)

Finds the specified partial view by using the specified controller context.

System_CAPS_pubmethodFindView(ControllerContext^, String^, String^, Boolean)

Finds the specified view by using the specified controller context.

System_CAPS_pubmethodReleaseView(ControllerContext^, IView^)

Releases the specified view by using the specified controller context.

Return to top
Show: