Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 735 Bytes

Navigation Page Project in .NET MAUI

This project demonstrates how to create and manage a Navigation Page in .NET MAUI. A Navigation Page allows for managing multiple pages in a stack and provides the ability to navigate between them.

Features

  • NavigationPage setup to allow page transitions.
  • Basic navigation between multiple content pages.
  • Cross-platform support (Android, iOS, Windows).

Prerequisites

Getting Started

1. Clone the Repository

To start with the project, clone the repository using Git:

git clone https://github.com/BalramApply/NavPageDemo.git
cd NavPageDemo