pagestart Class

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

[PageVirtualPathAttribute(L"~/_pagestart.cshtml")]
public ref class pagestart : public StartPage

The pagestart type exposes the following members.

  NameDescription
Public methodpagestart
Top

  NameDescription
Public propertyApp (Inherited from WebPageExecutingBase.)
Public propertyAppState (Inherited from WebPageExecutingBase.)
Public propertyCache (Inherited from WebPageRenderingBase.)
Public propertyChildPageGets or sets the child page of the current start page. (Inherited from StartPage.)
Public propertyContextGets or sets the context of the ChildPage page. (Inherited from StartPage.)
Public propertyCulture (Inherited from WebPageRenderingBase.)
Protected propertyDisplayMode (Inherited from WebPageRenderingBase.)
Public propertyIsAjax (Inherited from WebPageRenderingBase.)
Public propertyIsPost (Inherited from WebPageRenderingBase.)
Public propertyLayoutGets or sets the path of the layout page for the ChildPage page. (Inherited from StartPage.)
Public propertyPageGets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage.)
Public propertyPageContext (Inherited from WebPageRenderingBase.)
Public propertyPageDataGets array-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage.)
Public propertyProfile (Inherited from WebPageRenderingBase.)
Public propertyRequest (Inherited from WebPageRenderingBase.)
Public propertyResponse (Inherited from WebPageRenderingBase.)
Public propertyServer (Inherited from WebPageRenderingBase.)
Public propertySession (Inherited from WebPageRenderingBase.)
Public propertyTemplateInfo (Inherited from WebPageRenderingBase.)
Public propertyUICulture (Inherited from WebPageRenderingBase.)
Public propertyUrlData (Inherited from WebPageRenderingBase.)
Public propertyUser (Inherited from WebPageRenderingBase.)
Public propertyVirtualPath (Inherited from WebPageExecutingBase.)
Public propertyVirtualPathFactory (Inherited from WebPageExecutingBase.)
Top

  NameDescription
Protected methodBeginContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodBeginContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodBeginContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodBeginContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodEndContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodEndContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodEndContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected methodEndContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Public methodEquals (Inherited from Object.)
Public methodExecute (Overrides WebPageExecutingBase::Execute().)
Public methodExecutePageHierarchyCalls 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 methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetOutputWriterReturns the text writer instance that is used to render the page. (Inherited from StartPage.)
Public methodGetType (Inherited from Object.)
Public methodHref (Overrides WebPageExecutingBase::Href(String, array<Object>).)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNormalizeLayoutPagePath (Inherited from WebPageExecutingBase.)
Public methodNormalizePath (Inherited from WebPageExecutingBase.)
Public methodRenderPageRenders the ChildPage page. (Inherited from StartPage.)
Public methodRunPageExecutes the developer-written code in the ChildPage page. (Inherited from StartPage.)
Public methodToString (Inherited from Object.)
Public methodWrite(Object)Writes the string representation of the specified object as an HTML-encoded string. (Inherited from StartPage.)
Public methodWrite(HelperResult)Writes the string representation of the specified HelperResult object as an HTML-encoded string. (Inherited from StartPage.)
Public methodWriteAttribute (Inherited from WebPageExecutingBase.)
Public methodWriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, array<AttributeValue>) (Inherited from WebPageExecutingBase.)
Protected methodWriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, array<AttributeValue>) (Inherited from WebPageExecutingBase.)
Public methodWriteLiteralWrites the string representation of the specified object without HTML encoding. (Inherited from StartPage.)
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.
Show: