BuildManagerViewEngine Methods

 

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

Methods

Name Description
System_CAPS_protmethod CreatePartialView(ControllerContext, String)

Creates the specified partial view by using the specified controller context.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_protmethod CreateView(ControllerContext, String, String)

Creates the specified view by using the controller context, path of the view, and path of the master view.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod FileExists(ControllerContext, String)

Gets a value that indicates whether a file exists in the specified virtual file system (path).(Overrides VirtualPathProviderViewEngine.FileExists(ControllerContext, String).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod FindPartialView(ControllerContext, String, Boolean)

Finds the specified partial view by using the specified controller context.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_pubmethod FindView(ControllerContext, String, String, Boolean)

Finds the specified view by using the specified controller context and master view name.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReleaseView(ControllerContext, IView)

Releases the specified view by using the specified controller context.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

BuildManagerViewEngine Class
System.Web.Mvc Namespace

Return to top