ESRI.ArcGIS.ADF.Web.UI.WebControls
WebResourceLocation Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CompositeControl Class : WebResourceLocation Property




The location of the web resources for use by the ADF Web Controls if the default Web resources are not used."

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Web Resources")>
<ResDescriptionAttribute("If UseDefaultWebResources is false, this location will be used to download web resources for use by the ADF Web Controls.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property WebResourceLocation As String
Visual Basic (Usage)Copy Code
Dim instance As CompositeControl
Dim value As String
 
instance.WebResourceLocation = value
 
value = instance.WebResourceLocation
C# 
[ResCategoryAttribute("Web Resources")]
[ResDescriptionAttribute("If UseDefaultWebResources is false, this location will be used to download web resources for use by the ADF Web Controls.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string WebResourceLocation {get; set;}

Remarks

Must point to a URL valid for the client, either in the same web application or on an absolute path on the server. This location should have the ESRI Web ADF JavaScript Library.

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.