Skip to content

Commit 9b47d3c

Browse files
Update README.md
1 parent f43793e commit 9b47d3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Install-Package RazorEngineCore
1717
## Articles
1818
* [CodeProject: Building String Razor Template Engine with Bare Hands](https://www.codeproject.com/Articles/5260233/Building-String-Razor-Template-Engine-with-Bare-Ha)
1919

20+
## Wiki
21+
* [Strongly typed model](https://github.com/adoconnection/RazorEngineCore/wiki/Strongly-typed-model)
22+
* [@Include](https://github.com/adoconnection/RazorEngineCore/wiki/@Include-section)
23+
* [@Raw](https://github.com/adoconnection/RazorEngineCore/wiki/@Raw)
24+
2025
## Examples
2126

2227
#### Basic usage
@@ -32,7 +37,7 @@ string result = template.Run(new
3237
Console.WriteLine(result);
3338
```
3439

35-
#### Strong typed model
40+
#### Strongly typed model
3641
```cs
3742
string templateText = "Hello @Model.Name";
3843

0 commit comments

Comments
 (0)