ViewStartPage Class

Definition

Provides an abstract class that can be used to implement a view start (master) page.

public abstract class ViewStartPage : System.Web.WebPages.StartPage
type ViewStartPage = class
    inherit StartPage
Public MustInherit Class ViewStartPage
Inherits StartPage
Inheritance

Constructors

ViewStartPage()

When implemented in a derived class, initializes a new instance of the ViewStartPage class.

Properties

App (Inherited from WebPageExecutingBase)
AppState (Inherited from WebPageExecutingBase)
Cache (Inherited from WebPageRenderingBase)
ChildPage

Gets or sets the child page of the current start page.

(Inherited from StartPage)
Context

Gets or sets the context of the ChildPage page.

(Inherited from StartPage)
Culture (Inherited from WebPageRenderingBase)
DisplayMode (Inherited from WebPageRenderingBase)
Html

When implemented in a derived class, gets the HTML markup for the view start page.

IsAjax (Inherited from WebPageRenderingBase)
IsPost (Inherited from WebPageRenderingBase)
Layout

Gets or sets the path of the layout page for the ChildPage page.

(Inherited from StartPage)
Page

Gets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages.

(Inherited from StartPage)
PageContext (Inherited from WebPageRenderingBase)
PageData

Gets array-like access to ChildPage page data that is shared between pages, layout pages, and partial pages.

(Inherited from StartPage)
Profile (Inherited from WebPageRenderingBase)
Request (Inherited from WebPageRenderingBase)
Response (Inherited from WebPageRenderingBase)
Server (Inherited from WebPageRenderingBase)
Session (Inherited from WebPageRenderingBase)
TemplateInfo (Inherited from WebPageRenderingBase)
UICulture (Inherited from WebPageRenderingBase)
Url

When implemented in a derived class, gets the URL for the view start page.

UrlData (Inherited from WebPageRenderingBase)
User (Inherited from WebPageRenderingBase)
ViewContext

When implemented in a derived class, gets the view context for the view start page.

VirtualPath (Inherited from WebPageExecutingBase)
VirtualPathFactory (Inherited from WebPageExecutingBase)

Methods

BeginContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
BeginContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
BeginContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
BeginContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
EndContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
EndContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
EndContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
EndContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase)
Execute() (Inherited from WebPageExecutingBase)
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)
GetOutputWriter()

Returns the text writer instance that is used to render the page.

(Inherited from StartPage)
Href(String, Object[]) (Inherited from WebPageExecutingBase)
NormalizeLayoutPagePath(String) (Inherited from WebPageExecutingBase)
NormalizePath(String) (Inherited from WebPageExecutingBase)
RenderPage(String, Object[])

Renders the ChildPage page.

(Inherited from StartPage)
RunPage()

Executes the developer-written code in the ChildPage page.

(Inherited from StartPage)
Write(HelperResult)

Writes the string representation of the specified HelperResult object as an HTML-encoded string.

(Inherited from StartPage)
Write(Object)

Writes the string representation of the specified object as an HTML-encoded string.

(Inherited from StartPage)
WriteAttribute(String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) (Inherited from WebPageExecutingBase)
WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) (Inherited from WebPageExecutingBase)
WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) (Inherited from WebPageExecutingBase)
WriteLiteral(Object)

Writes the string representation of the specified object without HTML encoding.

(Inherited from StartPage)

Applies to