Try our conversational search powered by Generative AI!

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