Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum ClientResourceType

Defines different types of resources

Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
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