C# Class FourRoads.TelligentCommunity.Performance.PerformanceRendering

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

Méthodes publiques

Méthode 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

Méthode Description
CreateKey ( System.Guid themeTypeId, string themeName, string rawURL ) : string

Method Details

EnsureBundleIntegrity() public méthode

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

Process() public méthode

public Process ( CQ parsedContent ) : void
parsedContent CsQuery.CQ
Résultat void

PurgeBundles() public méthode

public PurgeBundles ( ) : void
Résultat void