Gets the rewritten profile url.

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

Syntax

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

Parameters

username
Type: System..::..String
Username.

Return Value

Type: String
User profile URL.

See Also