main
cshtml 17 lines 441 Bytes
Raw
1 @{
2 ViewBag.Title = "Contact";
3 }
4 <h2>@ViewBag.Title.</h2>
5 <h3>@ViewBag.Message</h3>
6
7 <address>
8 One Microsoft Way<br />
9 Redmond, WA 98052-6399<br />
10 <abbr title="Phone">P:</abbr>
11 425.555.0100
12 </address>
13
14 <address>
15 <strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
16 <strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
17 </address>