WebFormView Class
Represents the information that is needed to build a Web Forms page in ASP.NET MVC.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The WebFormView type exposes the following members.
| Name | Description | |
|---|---|---|
|
WebFormView(ControllerContext, String) | Initializes a new instance of the WebFormView class using the controller context and view path. |
|
WebFormView(ControllerContext, String, String) | Initializes a new instance of the WebFormView class using the controller context, view path, and the path to the master page. |
|
WebFormView(ControllerContext, String, String, IViewPageActivator) | Initializes a new instance of the WebFormView class using the controller context, view path, the path to the master page, and a IViewPageActivator instance. |
| Name | Description | |
|---|---|---|
|
MasterPath | Gets or sets the master path. |
|
ViewPath | Gets or sets the view path. (Inherited from BuildManagerCompiledView.) |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Render | Renders the specified view context by using the specified the writer object. (Inherited from BuildManagerCompiledView.) |
|
RenderView | Renders the view to the response. (Overrides BuildManagerCompiledView.RenderView(ViewContext, TextWriter, Object).) |
|
ToString | (Inherited from Object.) |