ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetDataBoundControlBase Class / UseCDN Property

In This Topic
    UseCDN Property (C1TargetDataBoundControlBase)
    In This Topic
    Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath.
    Syntax
    'Declaration
     
    Public Overridable Property UseCDN As System.Boolean
    public virtual System.bool UseCDN {get; set;}
    See Also