Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hello,
I'm trying to use the client resource manager to add js and css files. The JS files work as expected, but the css files aren't getting linked. Here's the code:
ClientResourceManagement.ClientResourceManager.RegisterStyleSheet(Page, resourceURL)
I know that the resourceURL is correct (it is a webresource and I've gotten the URL and checked it). Also, right above that line is a similar reference to "RegisterScript", which works perfectly.
I've tried specifying a priority and a few different providers, but I haven't had much luck.
Am I missing something obvious here?
Thanks,
Mike