Add a CSS stylesheet reference to the response head.
Reference the CSS file by a path relative to the current source file.
Pass the CSS file as a File object.
By default, the response file associated with the execution environment is used. You can override it and pass in a file yourself, which is useful when testing.
Add a CSS stylesheet reference to the response head.
The URL injected handles browser-side caching. When the referenced CSS file’s content changes, the returned URL will change accordingly.
Reference by path.
Reference by file.
Pass in custom response file.