Content of a query string parameter also called app_data. Usually specified when the application built the link to pass some data to itself. Only available if your app is an iframe loaded in a Page tab.
Namespace: DotNetNuke.Services.ClientCapabilityAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public string AppData { get; set; } |
| Visual Basic |
|---|
Public Property AppData As String Get Set |