pagestart Class

Inheritance Hierarchy

System.Object
  System.Web.WebPages.WebPageExecutingBase
    System.Web.WebPages.WebPageRenderingBase
      System.Web.WebPages.StartPage
        System.Web.WebPages.Administration.pagestart

Namespace:  System.Web.WebPages.Administration
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
<PageVirtualPathAttribute("~/_pagestart.cshtml")> _
Public Class pagestart _
    Inherits StartPage
'Usage
Dim instance As pagestart
[PageVirtualPathAttribute("~/_pagestart.cshtml")]
public class pagestart : StartPage
[PageVirtualPathAttribute(L"~/_pagestart.cshtml")]
public ref class pagestart : public StartPage
[<PageVirtualPathAttribute("~/_pagestart.cshtml")>]
type pagestart =  
    class 
        inherit StartPage 
    end
public class pagestart extends StartPage

The pagestart type exposes the following members.

Constructors

  Name Description
Public method pagestart

Top

Properties

  Name Description
Public property App (Inherited from WebPageExecutingBase.)
Public property AppState (Inherited from WebPageExecutingBase.)
Public property Cache (Inherited from WebPageRenderingBase.)
Public property ChildPage Gets or sets the child page of the current start page. (Inherited from StartPage.)
Public property Context Gets or sets the context of the ChildPage page. (Inherited from StartPage.)
Public property Culture (Inherited from WebPageRenderingBase.)
Protected property DisplayMode (Inherited from WebPageRenderingBase.)
Public property IsAjax (Inherited from WebPageRenderingBase.)
Public property IsPost (Inherited from WebPageRenderingBase.)
Public property Layout Gets or sets the path of the layout page for the ChildPage page. (Inherited from StartPage.)
Public property Page Gets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage.)
Public property PageContext (Inherited from WebPageRenderingBase.)
Public property PageData Gets array-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage.)
Public property Profile (Inherited from WebPageRenderingBase.)
Public property Request (Inherited from WebPageRenderingBase.)
Public property Response (Inherited from WebPageRenderingBase.)
Public property Server (Inherited from WebPageRenderingBase.)
Public property Session (Inherited from WebPageRenderingBase.)
Public property TemplateInfo (Inherited from WebPageRenderingBase.)
Public property UICulture (Inherited from WebPageRenderingBase.)
Public property UrlData (Inherited from WebPageRenderingBase.)
Public property User (Inherited from WebPageRenderingBase.)
Public property VirtualPath (Inherited from WebPageExecutingBase.)
Public property VirtualPathFactory (Inherited from WebPageExecutingBase.)

Top

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 (Overrides WebPageExecutingBase.Execute().)
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. (Inherited from StartPage.)
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. (Inherited from StartPage.)
Public method GetType (Inherited from Object.)
Public method Href (Overrides WebPageExecutingBase.Href(String, Object[]).)
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. (Inherited from StartPage.)
Public method RunPage Executes the developer-written code in the ChildPage page. (Inherited from StartPage.)
Public method ToString (Inherited from Object.)
Public method Write(Object) Writes the string representation of the specified object as an HTML-encoded string. (Inherited from StartPage.)
Public method Write(HelperResult) Writes the string representation of the specified HelperResult object as an HTML-encoded string. (Inherited from StartPage.)
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. (Inherited from StartPage.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages.Administration Namespace