ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetCompositeDataBoundControlBase Class / UseCDN Property

In This Topic
    UseCDN Property (C1TargetCompositeDataBoundControlBase)
    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