Home
last modified time | relevance | path

Searched defs:ExecuteStartPage (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/
H A DApplicationStartPage.cs54 internal static void ExecuteStartPage(HttpApplication application) in ExecuteStartPage() method in System.Web.WebPages.ApplicationStartPage
62 …internal static void ExecuteStartPage(HttpApplication application, Action<string> monitorFile, IVi… in ExecuteStartPage() method in System.Web.WebPages.ApplicationStartPage
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Test/WebPage/
H A DApplicationStartPageTest.cs140 public void ExecuteStartPage() in ExecuteStartPage() method in System.Web.WebPages.Test.ApplicationStartPageTest.MockStartPage
H A DWebPageHttpModuleTest.cs72 public void ExecuteStartPage(HttpApplication application) in ExecuteStartPage() method in System.Web.WebPages.Test.WebPageHttpModuleTest.ModuleEvents