Gets the login URL.

Namespace: DotNetNuke.Common.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string LoginURL(
	string returnURL,
	bool override
)
Visual Basic
Function LoginURL ( 
	returnURL As String,
	override As Boolean
) As String

Parameters

returnURL
Type: System..::..String
The URL to redirect to after logging in.
override
Type: System..::..Boolean
if set to true, show the login control on the current page, even if there is a login page defined for the site.

Return Value

Formatted URL.

See Also