Click or drag to resize

AjaxRichControlAjaxRichControlClientDefinitionResources Property

Gets or sets the list of virtual paths to resources required by this control.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public IEnumerable<string> Resources { get; set; }

Property Value

Type: IEnumerableString
Remarks
An example of control resources are JavaScript files and stylesheets.
See Also