London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ClientResourceType

Defines different types of resources

Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public enum ClientResourceType

Fields

Name Description
Html

Inline HTML block that should be injected on the page

Script

JavaScript file or inline script block

Style

CSS file or inline style block

Extension Methods