Helper function used to ensure we don't inject script into the db.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public static string StripScriptTagsFromInput( string dirtyText ) |
Visual Basic |
---|
Public Shared Function StripScriptTagsFromInput ( _ dirtyText As String _ ) As String |
Visual C++ |
---|
public: static String^ StripScriptTagsFromInput( String^ dirtyText ) |
Parameters
- dirtyText
- Type: System..::..String
Text to be cleaned for script tags