1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-08 16:36:14 +00:00
wook 0eaa6708fe Ch. 6
EssentialTools
Ninject
2017-04-04 23:28:37 +09:00

19 lines
234 B
Plaintext

@model decimal
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<div>
Total value is $@Model
</div>
</body>
</html>