BlogTagUrl¶
The BlogTagUrl object extended the Url object and represents a link to the blog tag.
classDiagram
  direction LR
  BlogTagUrl <|-- Url
  class Url{
  }
  class BlogTagUrl{
    BlogTagUrl forPage(int page)
  }Methods¶
url.forPage(int page)¶
BlogTagUrl by calling this method you set the page parameter to the url
Examples¶
The forPage() method return the object so you can call relative or absolute properties on it