WebFormView Class
Visual Studio 2010
Represents the information that is needed to build a Web Forms page in MVC.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The WebFormView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebFormView(String) | Initializes a new instance of the WebFormView class by using the specified path to the view. |
![]() | WebFormView(String, String) | Initializes a new instance of the WebFormView class by using the specified paths to the view and master view. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Render | Renders the specified view context by using the specified writer for rendering the view to the response. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show:
