A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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