public static void AddLiteral(this ControlCollection e, String htmlPatern, params Object[] args) { e.AddLiteral(String.Format(htmlPatern, args)); }