VirtualPathProviderViewEngine Methods

 

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

NameDescription
System_CAPS_protmethodCreatePartialView(ControllerContext, String)

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

System_CAPS_protmethodCreateView(ControllerContext, String, String)

Creates the specified view by using the controller context, path of the view, and path of the master view.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFileExists(ControllerContext, String)

Returns a value that indicates whether the file is in the specified path by using the specified controller context.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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 and master view name.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseView(ControllerContext, IView)

Releases the specified view by using the specified controller context.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: