Scriban
驼峰式属性传入后如何调用
使用下划线连接
- 如 AddTime, 调用时为 add_time
- 如 FirstUpdateTime,调用时为 first_update_time
Documentation
- See the Language document for a description of the language syntax.
- See the Built-in functions document for the list of the built-in functions.
- See the Runtime document for a description of the .NET runtime API to compile and run templates.
- See the Liquid support document for more details about the support of liquid templates.
- See my blog post "Implementing a Text Templating Engine for .NET" for some behind the scene details.