Adding the Cart Total to All of the Pages
Learn how to add a component to all pages using the MainLayout component.
We'll cover the following
To view the cart total on all of the pages, we need to add the cart total to a component that is used on all of the pages. Since the MainLayout
component is used by all of the pages, we will add the cart total to it. We do this as follows:
- Return to Visual Studio.
- Open the
Shared\MainLayout.razor
page. - Add the following
@using
directive:
Get hands-on with 1400+ tech skills courses.