StripTagsFromInput Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| EditorUtility..::..StripTagsFromInput Method |
| EditorUtility Class See Also Send Feedback |
StripTagsFromInput
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static string StripTagsFromInput( string dirtyText, StripTagOption option ) |
| Visual Basic |
|---|
Public Shared Function StripTagsFromInput ( _ dirtyText As String, _ option As StripTagOption _ ) As String |
| Visual C++ |
|---|
public: static String^ StripTagsFromInput( String^ dirtyText, StripTagOption^ option ) |