Converts a string with HTML markup into its corresponding BBCode markup without applying the filter

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static string HTML2BBCodeWithoutFilter(
	string html
)
Visual Basic
Public Shared Function HTML2BBCodeWithoutFilter ( _
	html As String _
) As String
Visual C++
public:
static String^ HTML2BBCodeWithoutFilter(
	String^ html
)

Parameters

html
Type: System..::..String
A string formatted in HTML

Return Value

The BBCode representation of the HTML string

See Also