C# Класс FourRoads.TelligentCommunity.Performance.PerformanceRendering

This is the main facade used for bundle rendering
Наследование: ICQProcessor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EnsureBundleIntegrity ( string key ) : void

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

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

Приватные методы

Метод Описание
CreateKey ( System.Guid themeTypeId, string themeName, string rawURL ) : string

Описание методов

EnsureBundleIntegrity() публичный Метод

When plugin is loaded the bundles for the site need to be built
public EnsureBundleIntegrity ( string key ) : void
key string
Результат void

Process() публичный Метод

public Process ( CQ parsedContent ) : void
parsedContent CsQuery.CQ
Результат void

PurgeBundles() публичный Метод

public PurgeBundles ( ) : void
Результат void