Gets the user profile rewritten url.

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

Syntax

C#
public static RewrittenUrl GetUserProfileUrl(
	string urlPattern,
	AspnetUsersEntity user,
	string callerPage
)
Visual Basic
Public Shared Function GetUserProfileUrl ( 
	urlPattern As String,
	user As AspnetUsersEntity,
	callerPage As String
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetUserProfileUrl(
	String^ urlPattern, 
	AspnetUsersEntity^ user, 
	String^ callerPage
)
F#
static member GetUserProfileUrl : 
        urlPattern : string * 
        user : AspnetUsersEntity * 
        callerPage : string -> RewrittenUrl 

Parameters

urlPattern
Type: System..::..String
Url pattern
user
Type: AspnetUsersEntity
Aspnet user
callerPage
Type: System..::..String
Use this page as destination

Return Value

Type: RewrittenUrl

See Also