Document.parseSawAspCode

If the parser sees <% asp code... %>, it will call this callback. It will be passed "% asp code... %" or "%= asp code .. %" Return true if you want the node appended to the document. It will be in an AspCode object.

class Document
bool delegate(string) parseSawAspCode;

Meta