StartPage Methods

Include Protected Members
Include Inherited Members

The StartPage type exposes the following members.

Methods

  Name Description
Protected method BeginContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Public method Equals (Inherited from Object.)
Public method Execute (Inherited from WebPageExecutingBase.)
Public method ExecutePageHierarchy Calls the methods that are used to execute the developer-written code in the _PageStart start page and in the ChildPage page. (Overrides WebPageRenderingBase.ExecutePageHierarchy().)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetOutputWriter Returns the text writer instance that is used to render the page. (Overrides WebPageExecutingBase.GetOutputWriter().)
Public methodStatic member GetStartPage Returns the initialization page for the specified page.
Public method GetType (Inherited from Object.)
Public method Href (Inherited from WebPageExecutingBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NormalizeLayoutPagePath (Inherited from WebPageExecutingBase.)
Public method NormalizePath (Inherited from WebPageExecutingBase.)
Public method RenderPage Renders the ChildPage page. (Overrides WebPageRenderingBase.RenderPage(String, Object[]).)
Public method RunPage Executes the developer-written code in the ChildPage page.
Public method ToString (Inherited from Object.)
Public method Write(Object) Writes the string representation of the specified object as an HTML-encoded string. (Overrides WebPageExecutingBase.Write(Object).)
Public method Write(HelperResult) Writes the string representation of the specified HelperResult object as an HTML-encoded string. (Overrides WebPageExecutingBase.Write(HelperResult).)
Public method WriteAttribute (Inherited from WebPageExecutingBase.)
Public method WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) (Inherited from WebPageExecutingBase.)
Protected method WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) (Inherited from WebPageExecutingBase.)
Public method WriteLiteral Writes the string representation of the specified object without HTML encoding. (Overrides WebPageExecutingBase.WriteLiteral(Object).)

Top

See Also

Reference

StartPage Class

System.Web.WebPages Namespace