[Content_Body] returns a reference to the current body that is being assembled by Lasso for return to the client. The body is usually an HTML or XML document up to the point where this tag is called. The body can also be binary data such as an image or PDF file that will be served.
Called simply the [Content_Body] tag returns the current body. If called with a parameter the body is replaced with that new value [Content_Body('new value')]. A new value can also be assigned to or appended to the content body.
Content_Body
Content_Body('new body')
Content_Type('image/gif')
Content_Body(Include_Raw('myimage.gif'))
Abort
Content_Body += 'additional body content'
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments