Example #1
0
        public static void IncludePluginStyle(this StyleRegister register, string style, int?order = null)
        {
            string path = string.Format("/Plugins/Widgets.Google/Content/{0}", style);

            register.IncludeExternal(path, order);
        }
        public static void IncludePluginStyle(this StyleRegister register, string style, int?order = null, object htmlAttributes = null)
        {
            string path = string.Format("/Plugins/Widgets.FullCalendar/Content/{0}", style);

            register.IncludeExternal(path, order, htmlAttributes);
        }