Comment Tags


One final SRF tag we should cover quickly is the comment tag. Unlike HTML comments, which propagate through to the client, SRF comments are discarded on the server, which makes them very useful for annotating your SRF files with development comments.

Comment tags are the only type of tag excluded from most of the SRF processing rules. This means that you can have comment tags before your handler tag and comment tags between your subhandler tags, among other things.

The syntax for comment tags is based on the C++ syntax for comments:

 {{//Here is a comment about the main handler}}  {{handler MainHandler/Main.dll}} 



ATL Server. High Performance C++ on. NET
Observing the User Experience: A Practitioners Guide to User Research
ISBN: B006Z372QQ
EAN: 2147483647
Year: 2002
Pages: 181

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net