Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どこにも答えが見つかりませんでしたが、以下に説明する解決策になりました。
誰かが「より良い」方法を知っていれば...
HTML 文字列の二重引用符に注意してください。
.Columns(column => { column.For(m => Html.Raw( string.Format( @"<a href=""{0}""><i class=""fa fa-pencil-square""></i></a>", Url.Action("EditItem","MyController", new { id = m.id }) ) ) ); })