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

RemoveStyleSheet() public static method

Removes a style or link tag by id
public static RemoveStyleSheet ( string id ) : void
id string The id of the tag
return void
        public static void RemoveStyleSheet(string id)
        {
            new CSS().Call("removeStyleSheet", id);
        }