ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
UseMIMEData Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class : UseMIMEData Property




Specifies whether image streaming should be enabled.

Syntax

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

Remarks

If the ServerObject is configured as "MIME Only", WebPageLayout will automatically use MIME Data to retrieve the images from the Server.
Setting UseMIMEData to True requires Netscape browsers to refresh their cache every time the page is drawn. To do this, go to the Edit menu in Netscape, then click on Preferences, Advanced, then Cache. Under "Compare the page in the cache to the page on the network", select "Every time I view the page".

See Also

© 2010 All Rights Reserved.