.. _zend.navigation.pages: Pages ===== ``Zend\Navigation`` ships with two page types: - :ref:`MVC pages ` – using the class ``Zend\Navigation\Page\Mvc`` - :ref:`URI pages ` – using the class ``Zend\Navigation\Page\Uri`` MVC pages are link to on-site web pages, and are defined using MVC parameters (*action*, *controller*, *route*, *params*). URI pages are defined by a single property *uri*, which give you the full flexibility to link off-site pages or do other things with the generated links (e.g. an URI that turns into ``foo``). .. include:: zend.navigation.pages.common.rst .. include:: zend.navigation.pages.mvc.rst .. include:: zend.navigation.pages.uri.rst .. include:: zend.navigation.pages.custom.rst .. include:: zend.navigation.pages.factory.rst