C# Class FourRoads.TelligentCommunity.ThemeHelper.Plugins.SourceMapUtility

Inheritance: ISingletonPlugin
Show file Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AfterCreateStylesheet ( CentralizedFileAfterCreateEventArgs e ) : void
AfterUpdateStylesheet ( CentralizedFileAfterUpdateEventArgs e ) : void
GenerateHostVersionedSourceMaps ( ) : void
GetCurrentHostVersionKey ( ) : string
GetHostVersionPath ( System.Guid themeTypeId, System.Guid themeContextId, string themeName, string propertyName ) : string
GetSanitisedPath ( System.Guid themeTypeId, System.Guid themeContextId, string themeName, string propertyName, Uri uri ) : string
UpsertSourceMap ( string fileName, string fileStoreKey, string path ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void