Every page inherits from the same page class...make it your own custom one instead!
- Create your new class in App_Code, and inherit from InternalPage
- Find Site\Sitefinity\cmsentrypoint.aspx, edit it and change the Page Inherits to your new class
Learn how to customize your Sitefinity site by implementing a custom page class. Two simple steps to replace the default InternalPage inheritance and gain...
Every page inherits from the same page class...make it your own custom one instead!