ESRI.ArcGIS.ADF.IMS
EscapeResults Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > QueryParameters Class : EscapeResults Property




Gets or sets a value that determines if the returned data should include escaped characters for ampersand, single quote, double quote, less than, and greater than.

Syntax

Visual Basic (Declaration) 
Public Property EscapeResults As Boolean
Visual Basic (Usage)Copy Code
Dim instance As QueryParameters
Dim value As Boolean
 
instance.EscapeResults = value
 
value = instance.EscapeResults
C# 
public bool EscapeResults {get; set;}

Example

See the QueryParameters overview for an example of setting this property.

Remarks

If results of the query will be passed to a browser client, you may need to escape characters that may be interpreted as part of the HTML coding of the page. These characters are & (ampersand), ' (single quote), " (double quote), < (less than), and > (greater than).

See Also

© 2010 All Rights Reserved.