WebFormView Class
Represents the information that is needed to build a Web Forms page in ASP.NET MVC.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Render(ViewContext, TextWriter) | Renders the specified view context by using the specified the writer object.(Inherited from BuildManagerCompiledView.) |
![]() | RenderView(ViewContext, TextWriter, Object) | Renders the view to the response.(Overrides BuildManagerCompiledView.RenderView(ViewContext, TextWriter, Object).) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)