PageUrl¶
The PageUrl object extended the Url object and represents the link to the page.
classDiagram
direction LR
PageUrl <|-- Url
class Url{
}
class PageUrl{
int pageId
string pageName
}
The PageUrl object extended the Url object and represents the link to the page.
classDiagram
direction LR
PageUrl <|-- Url
class Url{
}
class PageUrl{
int pageId
string pageName
}