VirtualPathProviderViewEngine Methods
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | CreatePartialView(ControllerContext, String) | Creates the specified partial view by using the specified controller context. |
![]() | CreateView(ControllerContext, String, String) | Creates the specified view by using the controller context, path of the view, and path of the master view. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FileExists(ControllerContext, String) | Returns a value that indicates whether the file is in the specified path by using the specified controller context. |
![]() | Finalize() | (Inherited from Object.) |
![]() | FindPartialView(ControllerContext, String, Boolean) | Finds the specified partial view by using the specified controller context. |
![]() | FindView(ControllerContext, String, String, Boolean) | Finds the specified view by using the specified controller context and master view name. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseView(ControllerContext, IView) | Releases the specified view by using the specified controller context. |
![]() | ToString() | (Inherited from Object.) |
Show:

