<<назад Index.vbhtml (Contoso University).
1: @Code
2: ViewData("Title") = "Home Page"
3: End Code
4:
5: <div class="jumbotron">
6: <h1>Contoso University</h1>
7: </div>
8: <div class="row">
9: <div class="col-md-4">
10: <h2>Welcome to Contoso University</h2>
11: <p>
12: Contoso University is a sample application that
13: demonstrates how to use Entity Framework Core in an
14: ASP.NET Core MVC web application.
15: </p>
16: </div>
17: <div class="col-md-4">
18: <h2>Build it from scratch</h2>
19: <p>You can build the application by following the steps in a series of tutorials.</p>
20: <p><a class="btn btn-default" href="https://docs.asp.net/en/latest/data/ef-mvc/intro.html">See the tutorial »</a></p>
21: </div>
22: <div class="col-md-4">
23: <h2>Download it</h2>
24: <p>You can download the completed project from GitHub.</p>
25: <p><a class="btn btn-default" href="https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-mvc/intro/samples/cu-final">See project source code »</a></p>
26: </div>
27: </div>
Comments (
)
Link to this page:
//www.vb-net.com/EF-missing-FAQ/Code/Index.vbhtml.htm
|