Show TOC

Object documentationComments Locate this document in the navigation structure

 

You can write comments on the code on the server.

Unlike code that includes HTML comments, server-side comments are not included in the page sent to the client /browser.

When you use HTML comments, however, they require longer processing times as well as larger bandwidths. This is why you should not use HTML comments with BSPs or views.

Syntax Syntax

  1. <%-- auskommentierter Code oder Text --%>
    
End of the code.