ASP.NET“特殊”标签 - ASP.NET “special” tags

问题:

What is the official name for the "special" ASP.NET tags like this: 像这样的“特殊”ASP.NET标记的官方名称是什么:

<%# %>
<%= %>
<%@ %>
<%$ %>

I can't seem to figure out the conceptual or well known name for these, so I'm having trouble searching for more info. 我似乎无法弄清楚这些的概念或众所周知的名称,所以我无法搜索更多信息。 As a bonus, can anyone give me a quick rundown of all of the possible "special tags" and what each one of them does (or point me to a resource)? 作为奖励,任何人都可以快速了解所有可能的“特殊标签”以及它们每个人所做的事情(或指向我的资源)吗?


解决方案:

参考一: https://stackoom.com/question/2iwe
参考二: ASP.NET “special” tags
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章