This topic has not yet been rated - Rate this topic

WebFormView Class

Represents the information that is needed to build a Web Forms page in ASP.NET MVC.

System.Object
  System.Web.Mvc.BuildManagerCompiledView
    System.Web.Mvc.WebFormView

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class WebFormView : BuildManagerCompiledView

The WebFormView type exposes the following members.

  Name Description
Public method WebFormView(ControllerContext, String) Initializes a new instance of the WebFormView class using the controller context and view path.
Public method 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.
Public method 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.
Top
  Name Description
Public property MasterPath Gets or sets the master path.
Public property ViewPath Gets or sets the view path. (Inherited from BuildManagerCompiledView.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Render Renders the specified view context by using the specified the writer object. (Inherited from BuildManagerCompiledView.)
Protected method RenderView Renders the view to the response. (Overrides BuildManagerCompiledView.RenderView(ViewContext, TextWriter, Object).)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)