ASPxWebControl.HtmlEncode(String, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
text | String |
isInput | Boolean |
Returns
Type |
---|
String |
See Also
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
public string HtmlEncode(
string text,
bool isInput
)
Public Function HtmlEncode(
text As String,
isInput As Boolean
) As String
Name | Type |
---|---|
text | String |
isInput | Boolean |
Type |
---|
String |
No
Your feedback is appreciated.