Skip to main content
Tab

ASPxWebControl.HtmlEncode(String, Boolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string HtmlEncode(
    string text,
    bool isInput
)

#Parameters

Name Type
text String
isInput Boolean

#Returns

Type
String
See Also