Get Url for the equivalent full site based on the current page of the mobile site

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string GetFullSiteUrl()
Visual Basic
Public Function GetFullSiteUrl As String

Return Value

string - Empty if redirection rules are not defined or no match found

Implements

IRedirectionController..::..GetFullSiteUrl()()()()

See Also