pagestart_cshtml Class

Represents the ‘pagestart.cshtml’ page.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

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

Syntax

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

The pagestart_cshtml type exposes the following members.

Constructors

  Name Description
Public method pagestart_cshtml Initializes a new instance of the pagestart_cshtml class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property App (Inherited from WebPageExecutingBase.)
Protected property ApplicationInstance Gets the current instance of the application.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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 Executes the server code in the current web page that is marked using Razor syntax.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (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 Builds an absolute URL from an application-relative URL by using the specified parameters.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides WebPageExecutingBase.Href(String, array<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>, array<AttributeValue[]) (Inherited from WebPageExecutingBase.)
Protected method WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, array<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