标签: asp.net
我一直试图找出在asp.net中调用'<%='和'<%:'输出运算符的内容。在谷歌中搜索符号并没有太大作用。
答案 0 :(得分:13)
我在这里找到了很好的术语:ASP.NET Page Syntax。 Microsoft称这些代码渲染块。
答案 1 :(得分:4)
<%=是Response.Write
<%=
Response.Write
<%: Response.Write Server.Encode
<%:
Server.Encode
答案 2 :(得分:1)
这些被亲切地称为“代码块”
http://dustinkendall.blogspot.com/2010/08/aspnet-mvc-code-nuggets.html