Formats a blog post 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 FormatBlogPostUrl(
	BlogPostEntity post
)
Visual Basic
Public Overridable Function FormatBlogPostUrl ( 
	post As BlogPostEntity
) As String
Visual C++
public:
virtual String^ FormatBlogPostUrl(
	BlogPostEntity^ post
)
F#
abstract FormatBlogPostUrl : 
        post : BlogPostEntity -> string 
override FormatBlogPostUrl : 
        post : BlogPostEntity -> string 

Parameters

post
Type: BlogPostEntity
Blog post entity used to format the URL.

Return Value

Type: String
Formatted / localized blog post URL

See Also