Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the composite formatted string is written in HTML.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPEncodeMethod
'Usage
Dim instance As SPEncodeMethod
public enum SPEncodeMethod
Members
Member name | Description | |
---|---|---|
NoEncode | Specifies no encoding. | |
HtmlEncode | Specifies HTML encoding. | |
HtmlEncodeAllowSimpleTextFormatting | Specifies encoding the specified string for use as text between HTML tags, preserving spaces in the original string and allowing simple text formatting. | |
EcmaScriptStringLiteralEncode | Specifies ECMAScript encoding. |