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.

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

The WebFormView type exposes the following members.

  NameDescription
Public methodWebFormView(ControllerContext, String)Initializes a new instance of the WebFormView class using the controller context and view path.
Public methodWebFormView(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 methodWebFormView(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
  NameDescription
Public propertyMasterPathGets or sets the master path.
Public propertyViewPathGets or sets the view path. (Inherited from BuildManagerCompiledView.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRenderRenders the specified view context by using the specified the writer object. (Inherited from BuildManagerCompiledView.)
Protected methodRenderViewRenders the view to the response. (Overrides BuildManagerCompiledView.RenderView(ViewContext, TextWriter, Object).)
Public methodToString (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)
© 2013 Microsoft. All rights reserved.