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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章