Gets the blog post rewritten url.

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

Syntax

C#
public static RewrittenUrl GetBlogPostUrl(
	RewrittenPath rewrittenPath,
	BlogPostEntity blogPost
)
Visual Basic
Public Shared Function GetBlogPostUrl ( 
	rewrittenPath As RewrittenPath,
	blogPost As BlogPostEntity
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetBlogPostUrl(
	RewrittenPath^ rewrittenPath, 
	BlogPostEntity^ blogPost
)
F#
static member GetBlogPostUrl : 
        rewrittenPath : RewrittenPath * 
        blogPost : BlogPostEntity -> RewrittenUrl 

Parameters

rewrittenPath
Type: MonoSoftware.MonoX..::..RewrittenPath
Rewritten Path
blogPost
Type: BlogPostEntity
Blog post

Return Value

Type: RewrittenUrl

See Also