|
|
@ -227,12 +227,17 @@ Public Class MvcApplication |
|
|
|
RegisterRoutes(RouteTable.Routes) |
|
|
|
RegisterRoutes(RouteTable.Routes) |
|
|
|
End Sub |
|
|
|
End Sub |
|
|
|
End Class |
|
|
|
End Class |
|
|
|
|
|
|
|
]]> |
|
|
|
|
|
|
|
</File> |
|
|
|
|
|
|
|
<File name="Views\_ViewStart.vbhtml"> |
|
|
|
|
|
|
|
<![CDATA[@Code |
|
|
|
|
|
|
|
Layout = "~/Views/Shared/_Layout.vbhtml" |
|
|
|
|
|
|
|
End Code |
|
|
|
]]> |
|
|
|
]]> |
|
|
|
</File> |
|
|
|
</File> |
|
|
|
<File name="Views\Home\Contact.vbhtml"> |
|
|
|
<File name="Views\Home\Contact.vbhtml"> |
|
|
|
<![CDATA[@Code |
|
|
|
<![CDATA[@Code |
|
|
|
ViewData("Title") = "Contact" |
|
|
|
ViewData("Title") = "Contact" |
|
|
|
Layout = "~/Views/Shared/_LayoutPage.vbhtml" |
|
|
|
|
|
|
|
End Code |
|
|
|
End Code |
|
|
|
|
|
|
|
|
|
|
|
<h2>Contact Us</h2> |
|
|
|
<h2>Contact Us</h2> |
|
|
@ -247,7 +252,6 @@ Aliquam suscipit tellus vel nunc elementum fringilla.</p> |
|
|
|
<File name="Views\Home\Index.vbhtml"> |
|
|
|
<File name="Views\Home\Index.vbhtml"> |
|
|
|
<![CDATA[@Code |
|
|
|
<![CDATA[@Code |
|
|
|
ViewData("Title") = "Home" |
|
|
|
ViewData("Title") = "Home" |
|
|
|
Layout = "~/Views/Shared/_LayoutPage.vbhtml" |
|
|
|
|
|
|
|
End Code |
|
|
|
End Code |
|
|
|
|
|
|
|
|
|
|
|
<h2>Home</h2> |
|
|
|
<h2>Home</h2> |
|
|
@ -259,7 +263,7 @@ felis elit, ac scelerisque odio. Morbi ante mauris, sollicitudin eu posuere quis |
|
|
|
Aliquam suscipit tellus vel nunc elementum fringilla.</p> |
|
|
|
Aliquam suscipit tellus vel nunc elementum fringilla.</p> |
|
|
|
]]> |
|
|
|
]]> |
|
|
|
</File> |
|
|
|
</File> |
|
|
|
<File name="Views\Shared\_LayoutPage.vbhtml"> |
|
|
|
<File name="Views\Shared\_Layout.vbhtml"> |
|
|
|
<![CDATA[<!DOCTYPE html> |
|
|
|
<![CDATA[<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|