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

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

Syntax

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

Return Value

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

Implements

IRedirectionController..::..GetMobileSiteUrl()()()()

See Also