JSHelperOpenBootModal Method (String) |
Note: This API is now obsolete.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [ObsoleteAttribute("Deprecated -- For improved mobile support use OpenBootModal(IAppContext, string).")]
public static string OpenBootModal(
string url
)
<ObsoleteAttribute("Deprecated -- For improved mobile support use OpenBootModal(IAppContext, string).")>
Public Shared Function OpenBootModal (
url As String
) As String
Parameters
- url
- Type: SystemString
The URL to host.
Return Value
Type:
StringThe javascript for opening up a modal dialog.
See Also