ASP.NET “special” tags

后端 未结 5 2192
孤城傲影
孤城傲影 2020-11-22 03:01

What is the official name for the \"special\" ASP.NET tags like this:

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

I can\'t seem to

5条回答
  •  离开以前
    2020-11-22 03:34

    I have always found this QuickStart page to be very useful, whenever I have a doubt about Server-side syntax. It details 8 different markup styles and provides illustrative examples of each one, in addition to explaining the pros and cons.

    It doesn't mention the Page level directive, though, which IIRC is detailed elsewhere in the Quickstart.

    Of course, this is relevant to ASP.NET 2.0.

提交回复
热议问题