ESRI.ArcGIS.ADF.Web.UI.WebControls
WebResourceLocation Property
See Also 
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) 
<ResDescriptionAttribute("If UseDefaultWebResources is false, this location will be used to download web resources for use by the ADF Web Controls.")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Web Resources")>
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# 
[ResDescriptionAttribute("If UseDefaultWebResources is false, this location will be used to download web resources for use by the ADF Web Controls.")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Web Resources")]
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.

See Also

© 2010 All Rights Reserved.