WebFormViewEngine 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.(Overrides VirtualPathProviderViewEngine.CreatePartialView(ControllerContext, String).)

System_CAPS_protmethodCreateView(ControllerContext, String, String)

Creates the specified view by using the specified controller context and the paths of the view and master view.(Overrides VirtualPathProviderViewEngine.CreateView(ControllerContext, String, String).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFileExists(ControllerContext, String)

Gets a value that indicates whether a file exists in the specified virtual file system (path).(Inherited from BuildManagerViewEngine.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindPartialView(ControllerContext, String, Boolean)

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

System_CAPS_pubmethodFindView(ControllerContext, String, String, Boolean)

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

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.(Inherited from VirtualPathProviderViewEngine.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: