Пример #1
0
        private string BuildHtml()
        {
            Dictionary <string, string> columnTitle = new Dictionary <string, string>()
            {
                { "Key", "主键" },
                { "ParentKey", "ParentKey" },
                { "Value", "内容" },
                { "Icon", "Icon" },
                { "Kind", "类型" },
                { "Href", "Href" },
            };

            return(BuildTable.Request(columnTitle, null, GetData()));
        }