Uiinfrastructure API Docs  
 

HTTPHelpers.StringHasUnsafeURLCharacters Method 

Helper method to determine if the given string contains characters that we have deemed to be unsafe for URLs, indicating possible hack attempts.

public static bool StringHasUnsafeURLCharacters(
   string _strInput
);

Parameters

_strInput

Return Value

True if string contains unsafe characters.

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace