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