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

In This Topic
    CDNDependencyPaths Property
    In This Topic
    A string array value specifies all css/js references that wijmo control depends on.
    Syntax
    'Declaration
     
    Public Overridable Property CDNDependencyPaths As System.String()
    public virtual System.string[] CDNDependencyPaths {get; set;}
    Remarks
    Using this property, user can specify the CDN dependencies(such as jQuery, jQuery UI, jQuery mobile, bootstrap). If some dependencies are set in this property, wijmo controls will find dependencies path in this property. If found, use the path to load dependency, otherwise, use the default CDN path. For example, if user wants to specify the dependencies of jQuery and jQuery UI, he can set the value like this: ["http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js", "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.11.1/jquery-ui.js"]
    See Also