Gets the file tag filter rewritten url.

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

Syntax

C#
protected virtual RewrittenUrl GetFileTagFilterUrl(
	string tag
)
Visual Basic
Protected Overridable Function GetFileTagFilterUrl ( 
	tag As String
) As RewrittenUrl
Visual C++
protected:
virtual RewrittenUrl^ GetFileTagFilterUrl(
	String^ tag
)
F#
abstract GetFileTagFilterUrl : 
        tag : string -> RewrittenUrl 
override GetFileTagFilterUrl : 
        tag : string -> RewrittenUrl 

Parameters

tag
Type: System..::..String
Tag

Return Value

Type: RewrittenUrl

See Also