Skip to content

2. Basics

franciscoserdio edited this page Aug 9, 2016 · 1 revision
  • You can create an intermediate class between System.Web.UI.Page and your web pages.

    • See TestWeb / App_Code / BasePage.cs

  • In this class, you must implement the interfaces:

    • IContextCare

    • IFlowCare

  • This implementation will allow to care about the Context of the Page and the Flow between Pages.

    • You can choose a public abstract implementation in the BasePage, or…

    • You can choose a public virtual implementation in the BasePage.

Clone this wiki locally