BlogArticleUrl¶
The BlogArticleUrl object extended the Url object and represents a link to the blog article.
classDiagram
direction LR
BlogArticleUrl <|-- Url
class Url{
}
class BlogArticleUrl{
}
Examples¶
The object can return URLs in various formats depending on the setting selected in "Blog settings" on "Default post URL format" section.
For format "/:lang/n/:newsId":
For format "/:lang/n/:newsName/:newsId":
For format "/:lang/n/:newsYear/:newsName/:newsId":
For format "/:lang/n/:newsYear/:newsMonth/:newsName/:newsId":
For format "/:lang/n/:newsYear/:newsMonth/:newsName/:newsId":