Razor语法小记

1、代码块中,<text>标签用来输出,如:

@{ <text>sdfsdf</text> }

输出Html:

sdfsdf