Search
DiagramView.HtmlEscape Method
See Also
 





Escapes special html attribute characters with html references to generate a string that can be safely inserted in an html attribute.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public static string HtmlEscape (
    string attributeContents
)

Visual Basic  Copy Code

Public Shared Function HtmlEscape( _
    attributeContents As String _
) As String

 Parameters

attributeContents

The string that will be escaped

 Return Value

The escaped string.

 See Also