Ext.Net.CSS.RefreshCache C# (CSharp) Method

RefreshCache() public static method

Refresh the rule cache if you have dynamically added stylesheets
public static RefreshCache ( ) : void
return void
        public static void RefreshCache()
        {
            new CSS().Call("refreshCache");
        }