HTML and CSS Reference
In-Depth Information
Figure 3-4. The initial Solution Explorer window
Exploring a Razor View
For a quick demonstration of the Razor view syntax you can look at the existing views provided by the project
template. Open the Register.cshtml file, which you'll find in the Views\Account folder. This implements the
view for the registration page. The fieldset section of the page is shown in Listing 3-1.
Listing 3-1 . The initial Register.cshtml implementation
<fieldset>
<legend>Registration Form</legend>
<ol>
 
Search WWH ::




Custom Search