September 2016
Beginner to intermediate
186 pages
3h 28m
English
Next, you'll create a custom view that displays two cards, one with a simple Bootstrap form and another displaying an image, by completing the following steps:
FormsController.cs to the project's Controllers folder.Index action method.Forms inside the Views folder.Index.cshtml, to the newly created Forms folder.<div class="row"> <h1>Forms</h1> <div class="col-md-3"> <form> <div class="card card-success" style="max-width: 20rem;"> <div class="card-header"> First Panel with simple ...
Read now
Unlock full access