mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
4099bd15c1
https://hackernoon.com/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8 Former-commit-id: dabf2d23a2f8a341ded9fc87ced82300855e26a6
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
@{
|
|
ViewData["Title"] = "About";
|
|
}
|
|
<h2>@ViewData["Title"]</h2>
|
|
<h3>@ViewData["Message"]</h3>
|
|
|
|
<p>Use this area to provide additional information.</p>
|