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.
在 Kendo UI 中,有很多流畅的助手,它们最容易在多行语法中使用。在 C# 中,您可以通过在代码@(前后添加一个来轻松地做到这一点。)
@(
)
VB中是否有等价物?
@Html.Kendo().TabStrip() _ .Name("tabstrip") this line is normal text, not VB
我发现您可以.Render()在块的末尾使用@Code,但如果可能的话,我宁愿使用多行语法。
.Render()
@Code
您可以像在 C# 中一样使用@(并且完全一样。)问题是 VS 2010 中的文本编辑器不能很好地处理 Razor 的换行符。有几点需要注意:
_
(
Sub(x)
End Sub