WebViewPage Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Methods

Name Description
System_CAPS_protmethod BeginContext(Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod BeginContext(String, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod BeginContext(TextWriter, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod BeginContext(TextWriter, String, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod ConfigurePage(WebPageBase)

Sets the view context and view data for the page.(Overrides WebPageBase.ConfigurePage(WebPageBase).)

System_CAPS_protmethod CreatePageFromVirtualPath(String, HttpContextBase, Func<String, Boolean>, DisplayModeProvider, IDisplayMode)

(Inherited from WebPageBase.)

System_CAPS_pubmethod DefineSection(String, SectionWriter)

(Inherited from WebPageBase.)

System_CAPS_protmethod EndContext(Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod EndContext(String, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod EndContext(TextWriter, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod EndContext(TextWriter, String, Int32, Int32, Boolean)

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExecutePageHierarchy()

Runs the page hierarchy for the ASP.NET Razor execution pipeline.(Overrides WebPageBase.ExecutePageHierarchy().)

System_CAPS_pubmethod ExecutePageHierarchy(WebPageContext, TextWriter)

(Inherited from WebPageBase.)

System_CAPS_pubmethod ExecutePageHierarchy(WebPageContext, TextWriter, WebPageRenderingBase)

(Inherited from WebPageBase.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_protmethod GetOutputWriter()

(Inherited from WebPageBase.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Href(String, Object[])

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod InitHelpers()

Initializes the AjaxHelper, HtmlHelper, and UrlHelper classes.

System_CAPS_protmethod InitializePage()

(Inherited from WebPageBase.)

System_CAPS_pubmethod IsSectionDefined(String)

(Inherited from WebPageBase.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod NormalizeLayoutPagePath(String)

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod NormalizePath(String)

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod PopContext()

(Inherited from WebPageBase.)

System_CAPS_pubmethod PushContext(WebPageContext, TextWriter)

(Inherited from WebPageBase.)

System_CAPS_pubmethod RenderBody()

(Inherited from WebPageBase.)

System_CAPS_pubmethod RenderPage(String, Object[])

(Inherited from WebPageBase.)

System_CAPS_pubmethod RenderSection(String)

(Inherited from WebPageBase.)

System_CAPS_pubmethod RenderSection(String, Boolean)

(Inherited from WebPageBase.)

System_CAPS_protmethod SetViewData(ViewDataDictionary)

Sets the view data.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Write(HelperResult)

(Inherited from WebPageBase.)

System_CAPS_pubmethod Write(Object)

(Inherited from WebPageBase.)

System_CAPS_pubmethod WriteAttribute(String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])

(Inherited from WebPageExecutingBase.)

System_CAPS_protmethod WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])

(Inherited from WebPageExecutingBase.)

System_CAPS_pubmethod WriteLiteral(Object)

(Inherited from WebPageBase.)

See Also

WebViewPage Class
System.Web.Mvc Namespace

Return to top