<% %> in ASP.NET (embedded code blocks)

后端 未结 5 1347
醉话见心
醉话见心 2021-01-30 13:57

I understand what these signify in the markup of the aspx pages ... but I don\'t not know the full power they can be used for or even the name to denote these special directives

5条回答
  •  抹茶落季
    2021-01-30 14:16

    Yes, those symbols indicate to the server parsing the page that the code within those tags should be interpreted as code and not HTML.

    So, to answer your other question, you can use conditionals and most any other programming features supported by the server.

    Check out a quick guide to ASP: http://www.w3schools.com/asp/default.asp

提交回复
热议问题