Áp dụng Bootstrap cho project ASP.NET MVC
====================
Tham khảo thêm các khóa học của tôi về python:
– Học python căn bản thông qua lập trình 1 game – –
– Phân tích dữ liệu với numpy, pandas và matplotlib – –
Tham khảo thêm các khóa học của tôi về Web developer:
– Lập trình web cơ bản với HTML&CSS –
– Học javascript căn bản thông qua lập trình 1 game –
– Thiết kế Web với Flexbox, Bootstrap và Semantic UI –
Nó báo:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /home/products
<nav class="navbar navbar-expand-sm bg-success navbar-dark">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/home/index">Trang Chủ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/home/products">Sản Phẩm</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/home/contact">Liên Hệ</a>
</li>
</ul>
</nav>
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
public ActionResult Products()
{
return View("OurProducts");
}
public ActionResult Contact()
{
return View();
}
}
em để ý chang mà sao báo lỗi dẫn link không đúng :(((
dạ cho e hỏi mình có video dạy chi tiết các class bootstrap và các tính năng cảu bootrstrap chi tiết không vậy ạ …….Nếu có xin chỉ e với e cảm ơn nhiều ạ
thưa thầy sao em gõ PM> install-package Bootstrap thì báo lỗi
install-package : Unable to find package 'Bootstrap'
At line:1 char:1
+ install-package Bootstrap
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManag
ement.PowerShellCmdlets.InstallPackageCommand
thầy chỉ em với ạ
rất chi tiết nhé ^^~
bạn bấm nhanh như nào vậy, gõ vài chứ như "insta" rồi bấm phím gì nó tự hiện ra "install-package" luôn vậy
sao gõ lệnh PM> Install -package Bootstrap thì bị báo lỗi: Install : The term 'Install' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ Install -package Bootstrap
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
a giúp em giải quyết lỗi này với ạ