.NET “code nugget blocks”?

后端 未结 5 1892
鱼传尺愫
鱼传尺愫 2020-12-03 05:03

So in .NET we have...

<%=

<%: (new to .NET 4 - syntactic sugar for HTML encoding)

<%#

<%@

What exactly are these?

An

5条回答
  •  爱一瞬间的悲伤
    2020-12-03 05:58

    In Introducing Visual C# 2010, author Adam Freeman writes:

    The official term for the <% and %> tags is server-side scripting delimiters although they are more commonly referred to as code nuggets.

提交回复
热议问题