C# Class Kooboo.Commerce.Recommendations.CMSIntegration.ViewTracker

Inheritance: IPageRequestModule
Mostrar archivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
OnResolvedPage ( System controllerContext, CMS pageRequestContext ) : void
OnResolvedSite ( System.Web.HttpContextBase httpContext ) : void
OnResolvingPage ( System controllerContext ) : void
OnResolvingSite ( System.Web.HttpContextBase httpContext ) : void

Method Details

OnResolvedPage() public method

public OnResolvedPage ( System controllerContext, CMS pageRequestContext ) : void
controllerContext System
pageRequestContext CMS
return void

OnResolvedSite() public method

public OnResolvedSite ( System.Web.HttpContextBase httpContext ) : void
httpContext System.Web.HttpContextBase
return void

OnResolvingPage() public method

public OnResolvingPage ( System controllerContext ) : void
controllerContext System
return void

OnResolvingSite() public method

public OnResolvingSite ( System.Web.HttpContextBase httpContext ) : void
httpContext System.Web.HttpContextBase
return void