Execute Razor
Executes a razor script which is C# and optionally HTML code.
Parameter Reference
Parameter | Description | Supports Tokens | Default |
---|---|---|---|
Script Name | A unique name that identifies what this script is about. | No | None |
Local Variables | All data from current context are already available as variables. If you need to pass additional variables, create them here. | No | None |
Additional assemblies | Additional assemblies that your script needs. If the assembly is located in the bin folder, use the following syntax: ~/bin/Your.Assembly.dll. | No | None |
Code | The Razor code that can run c# and optionally output an HTML template. All global and context tokens are available as @localVAriables. | No | None |
Store Result | Optionally provide a token name where to store the result generated by the script. | No | None |