Show TOC

CommentsLocate this document in the navigation structure

Definition

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.

        
            <%-- auskommentierter Code oder Text --%>