Should the ClientDependency API be used to register external files
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I've got a variety of external files (mostly from CDN's) that I need to reference from a custom skin for a DNN 6.1.x site. Assuming I have good reason to pull them from the CDN rather than locally, I'm wondering if I should be using the ClientDependency API, in particular DnnJsInclude, for this? If not, what should I be using to register these files?