PageRoute
Represents a PageRoute object in Rock. All pages in Rock are accessed via a PageRoute. The default route that is used in Rock is /page/{pageId} (for example /page/113 tells Rock to load the
Page associated with PageId 113). This model allows for custom page routes to be created, which in turn allows us to use Friendlier Urls (for example the default New Account page can be accessed by /NewAccount as well as /page/4).