标签: asp.net-mvc kendo-ui asp.net-core-mvc
当我执行类似于以下示例的操作时,会导致Cannot convert lambda expression to type 'string' because it is not a delegate type错误。我不确定这是不正常的行为,还是我使用它的方式有问题。
Cannot convert lambda expression to type 'string' because it is not a delegate type
@(Html.Kendo.Dialog().Content(@<text> Some Html Code </text>))
但是,如果我想传递类似的东西,让我们说一个包含脚本等的长html代码到辅助函数,我该怎么办?