9.3.6 Displaying Validation Errors; Listing 9-21 Adding a Link Element in the _Layout.cshtml File
This commit is contained in:
parent
ba2f003e49
commit
ffce55b6a9
@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="~/Content/bootstrap.css" rel="stylesheet"/>
|
<link href="~/Content/bootstrap.css" rel="stylesheet"/>
|
||||||
<link href="~/Content/bootstrap-theme.css" rel="stylesheet"/>
|
<link href="~/Content/bootstrap-theme.css" rel="stylesheet"/>
|
||||||
|
<link href="~/Content/ErrorStyles.css" rel="stylesheet"/>
|
||||||
<title>@ViewBag.Title</title>
|
<title>@ViewBag.Title</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user