用作参数时,文本标记“@ <text>”不起作用

时间:2017-04-17 23:10:29

标签: asp.net-mvc kendo-ui asp.net-core-mvc

当我执行类似于以下示例的操作时,会导致Cannot convert lambda expression to type 'string' because it is not a delegate type错误。我不确定这是不正常的行为,还是我使用它的方式有问题。

@(Html.Kendo.Dialog().Content(@<text> Some Html Code </text>))

但是,如果我想传递类似的东西,让我们说一个包含脚本等的长html代码到辅助函数,我该怎么办?

0 个答案:

没有答案