Click or drag to resize

JSHelperOpenBootModal Method (String)

Note: This API is now obsolete.

Generate javascript to open a modal dialog to present the specified URL. This method is deprecated in favor of OpenBootModal(IAppContext, String, BootModalOptions) in order to provide improved support on mobile devices.

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
)

Parameters

url
Type: SystemString
The URL to host.

Return Value

Type: String
The javascript for opening up a modal dialog.
See Also