Base class for site-specific overrideable methods that control site behavior via HttpApplication pipe-line
events. This class is included in the EPiServer SDK to serve as a basis for adapted implementations where
a different behavior is required. Override in Global.asax.cs as required.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public class SiteBase : HttpApplication |