Login

Blog entries posted during April 2008

Apr
22

Module Packaging

Posted by: Mari Jørgensen

If you have installed the new demo package available on EPiServer World, you have already used the new module installation feature in the EPiServer CMS Manager. This feature is rather new, and IMHO one of the coolest things in EPiServer CMS 5. ... [Read full article]

0 Comments

Apr
04

Accessing CurrentPage from a static context

Posted by: Mari Jørgensen

Ever needed access to the CurrentPage object inside a static method or property? As long as you have a valid HttpContext this code will do the trickPageBase pageBase = HttpContext. Current. Handler as PageBase; string pageName = pageBase.... [Read full article]

2 Comments

EPiTrace logger