web_response->includeOnce

Includes a file only once.

Target member

Signature

1web_response->includeOnce(path::string)

Includes a file only once.

web_response->includeOnce is called with member syntax on a receiver value. web_response->includeOnce belongs at the request or response boundary. Treat visitor input as untrusted, validate before use, and encode values before writing them into HTML.

Parameters

path
Required value of type string. Supply path positionally unless the signature shows a keyword form.

Examples

Basic call

1web_response->includeOnce('/lib/init.lasso')
The example belongs near a request or response boundary; validate visitor input before trusting it.