-1

I want to implement a reusable navigation menu for my bootstrap/html web site. It has several pages and I dont want to copy/paste code. How can a implement a reusable navigation menu in bootstrap/html?

JuniorStack2
  • 113
  • 1
  • 2
  • 8

1 Answers1

-1

In ASP.Net MVC with Razor you could put your common navigation markup in the _Layout.cshtml view. I guess other languages/environments have similar features.