RequestHelperGetPopupCloseJS Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetPopupCloseJS(
bool useBootstrap
)
Public Shared Function GetPopupCloseJS (
useBootstrap As Boolean
) As String
Parameters
- useBootstrap
- Type: SystemBoolean
Specifies whether or not to generate script for Bootstrap popup.
Return Value
Type:
StringThe script for closing a popup.
See Also