C# 클래스 FourRoads.TelligentCommunity.Performance.PerformanceRendering

This is the main facade used for bundle rendering
상속: ICQProcessor
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity 1 사용 예제들

공개 메소드들

메소드 설명
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