Share via


EncodedLiteral.EncodeMethod Property

Gets or sets the encode method for the EncodedLiteral control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property EncodeMethod As SPEncodeMethod
    Get
    Set
'Usage
Dim instance As EncodedLiteral
Dim value As SPEncodeMethod

value = instance.EncodeMethod

instance.EncodeMethod = value
public SPEncodeMethod EncodeMethod { get; set; }

Property Value

Type: Microsoft.SharePoint.WebControls.SPEncodeMethod
An SPEncodeMethod applied to the EncodedLiteral data.

See Also

Reference

EncodedLiteral Class

EncodedLiteral Members

Microsoft.SharePoint.WebControls Namespace