C# Class FourRoads.TelligentCommunity.Performance.PerformanceRendering

This is the main facade used for bundle rendering
Inheritance: ICQProcessor
Mostrar archivo Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Public Methods

Method Description
EnsureBundleIntegrity ( string key ) : void

When plugin is loaded the bundles for the site need to be built

Process ( CQ parsedContent ) : void
PurgeBundles ( ) : void

Private Methods

Method Description
CreateKey ( System.Guid themeTypeId, string themeName, string rawURL ) : string

Method Details

EnsureBundleIntegrity() public method

When plugin is loaded the bundles for the site need to be built
public EnsureBundleIntegrity ( string key ) : void
key string
return void

Process() public method

public Process ( CQ parsedContent ) : void
parsedContent CsQuery.CQ
return void

PurgeBundles() public method

public PurgeBundles ( ) : void
return void