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:

  1. In Sitefinity CMS backend, navigate to Administration » Settings » Advanced » Pages » Script Manager.
  2. Select the Enable CDN checkbox.
  3. Click Save changes.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?