Formats a blog post list URL.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual string FormatBlogListUrl(
	BlogEntity blog
)
Visual Basic
Public Overridable Function FormatBlogListUrl ( 
	blog As BlogEntity
) As String
Visual C++
public:
virtual String^ FormatBlogListUrl(
	BlogEntity^ blog
)
F#
abstract FormatBlogListUrl : 
        blog : BlogEntity -> string 
override FormatBlogListUrl : 
        blog : BlogEntity -> string 

Parameters

blog
Type: BlogEntity
Blog entity used to format the URL.

Return Value

Type: String
Formatted / localized blog post URL

See Also