Share via


EncodeType Enumeration

 

Specifies the type of control encoding.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public enum EncodeType
public enum class EncodeType
type EncodeType
Public Enumeration EncodeType

Members

Member name Description
Html

The HTML encoding.

HtmlAttribute

The HTML attribute encoding.

None

No encoding defined.

See Also

Microsoft.Web.Mvc.Controls Namespace

Return to top