C# Class SenseNet.Portal.UI.Bundling.BundleHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddBundleIfNotThere ( Bundle b ) : void
AddBundleToCache ( Bundle bundle ) : void
InvalidateCacheForPath ( string path ) : void
IsBundleInCache ( Bundle b ) : bool
ProcessRequest ( HttpContext context ) : void

Method Details

AddBundleIfNotThere() public static méthode

public static AddBundleIfNotThere ( Bundle b ) : void
b Bundle
Résultat void

AddBundleToCache() public static méthode

public static AddBundleToCache ( Bundle bundle ) : void
bundle Bundle
Résultat void

InvalidateCacheForPath() public static méthode

public static InvalidateCacheForPath ( string path ) : void
path string
Résultat void

IsBundleInCache() public static méthode

public static IsBundleInCache ( Bundle b ) : bool
b Bundle
Résultat bool

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void