Plumtree Pluggable Navigation API  
 

NavigationCommonHelpers.EscapeSingleQuotes Method 

Prepares a string for use in Javascript code, escapes single quotes (').

public static string EscapeSingleQuotes(
   string strIn
);

Parameters

strIn
The stirng to escape

Return Value

String with escaped single quotes

See Also

NavigationCommonHelpers Class | com.plumtree.portalpages.common.uiparts Namespace