Class ClientResourceType
Defines different types of resources
Inheritance
System.Object
    ClientResourceType
  Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class ClientResourceType : EnumFields
Html
Inline HTML block that should be injected on the page
Declaration
public const ClientResourceType HtmlField Value
| Type | Description | 
|---|---|
| ClientResourceType | 
Script
JavaScript file or inline script block
Declaration
public const ClientResourceType ScriptField Value
| Type | Description | 
|---|---|
| ClientResourceType | 
Style
CSS file or inline style block
Declaration
public const ClientResourceType StyleField Value
| Type | Description | 
|---|---|
| ClientResourceType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
