Seal |
public class SealCoreTemplateBase : RazorEngineTemplateBase
The SealCoreTemplateBase type exposes the following members.
| Name | Description | |
|---|---|---|
| SealCoreTemplateBase | Initializes a new instance of the SealCoreTemplateBase class |
| Name | Description | |
|---|---|---|
| Include | @Include(key, model) -> run the partial cached under 'name' and emit its output raw. | |
| Raw | @Raw(...) -> emit as-is. | |
| Write | @expr -> HTML-encode unless it is already raw content. |