Created Solutions for:

Mobile
Mobile.Android
Web (MVC.NET)
Web.Tests
WinForms
This commit is contained in:
Nate VanBuskirk
2019-11-10 18:05:36 -06:00
parent d2ebc0fe2d
commit 2ac49cb810
70 changed files with 37815 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@{
ViewBag.Title = "Contact";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
</address>