Back to Devexpress

ASPxWebControl.HtmlEncode(String, Boolean) Method

aspnet-devexpress-dot-web-dot-aspxwebcontrol-dot-htmlencode-x28-system-dot-string-system-dot-boolean-x29.md

latest1.1 KB
Original Source

ASPxWebControl.HtmlEncode(String, Boolean) Method

For internal use only.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string HtmlEncode(
    string text,
    bool isInput
)
vb
Public Function HtmlEncode(
    text As String,
    isInput As Boolean
) As String

Parameters

NameType
textString
isInputBoolean

Returns

Type
String

See Also

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace