Skip to content

Commit 2b1f290

Browse files
Update README.md
1 parent a86a24b commit 2b1f290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Install-Package RazorEngineCore
4242
template.Run<TModel>(TModel model = null)
4343
template.RunAsync<TModel>(TModel model = null)
4444
```
45+
## :boom: HTML Safety
46+
RazorEngineCore is not HTML safe by default. \
47+
It can be easily turned on: see [#65](https://github.com/adoconnection/RazorEngineCore/issues/65) and [@Raw](https://github.com/adoconnection/RazorEngineCore/wiki/@Raw)
4548

4649
## Examples
4750

0 commit comments

Comments
 (0)