ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / UseCDN Property

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