htmlhtmlattributejavascriptcssxmlxmlattributeurlxpathldapdnwriteOutput("Hello World");
greeting = "Hello World";
writeOutput(greeting);
CF 2016+ Passing in html to the encodeFor argument wraps the result with a call to encodeForHTML.
name = "Pete";
writeOutput("Hello " & name, "html");
Expected Result: Hello Pete
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.