ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
UseMIMEData Property
See Also  Send Feedback
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".

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.