C# Class System.Web.WebPages.Test.ApplicationStartPageTest.MockStartPage

Inheritance: ApplicationStartPage
Show file Open project: drivenet/aspnetwebstack

Public Properties

Property Type Description
ApplicationState HttpApplicationStateBase

Public Methods

Method Description
Execute ( ) : void
ExecuteStartPage ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecuteStartPage() public method

public ExecuteStartPage ( ) : void
return void

Property Details

ApplicationState public property

public HttpApplicationStateBase ApplicationState
return HttpApplicationStateBase