Enum ClientResourceType
Defines different types of resources
Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
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 |