Retrieve URL references to embedded resources
When developing your MVC widget templates, you may want to reference popular client frameworks and libraries.
Sitefinity CMS provides you with the ability to retrieve the URL of an embedded resource. To do this, you can use the GetWebResourceUrl
method of the ResourceHelper
class.
The following example registers jQuery in your MVC view:
Depending on whether your project is configured to use CDN, the GetWebResourceUrl
method gets the resource from one of the following places:
- From the CDN.
- From the resources embedded in
Telerik.Sitefinity.Resources
assembly.
To enable the use of CDN in your project:
- In Sitefinity CMS backend, navigate to Administration » Settings » Advanced » Pages » Script Manager.
- Select the Enable CDN checkbox.
- Click Save changes.