Gets the discussion topic tag filter rewritten url.

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

Syntax

C#
public static RewrittenUrl GetTopicTagFilterUrl(
	RewrittenPath rewrittenPath,
	string tag
)
Visual Basic
Public Shared Function GetTopicTagFilterUrl ( 
	rewrittenPath As RewrittenPath,
	tag As String
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetTopicTagFilterUrl(
	RewrittenPath^ rewrittenPath, 
	String^ tag
)
F#
static member GetTopicTagFilterUrl : 
        rewrittenPath : RewrittenPath * 
        tag : string -> RewrittenUrl 

Parameters

rewrittenPath
Type: MonoSoftware.MonoX..::..RewrittenPath
Rewritten Path
tag
Type: System..::..String
Tag

Return Value

Type: RewrittenUrl

See Also