コード例 #1
0
        public ContentResult Get_LogOperationHTML(long id)
        {
            var html = logOperation.LoadData(id);

            if (!string.IsNullOrEmpty(html))
            {
                html = html.Replace("multi-transfer-changed_css", "multi-transfer-changed");
            }
            return(Content(html));
        }
コード例 #2
0
        public ContentResult Get_LogOperationHTML(long id)
        {
            var html = logOperation.LoadData(id);

            return(Content(html));
        }