SaaS CMS has officially launched! Learn more now.

Class ClientResourceType

Defines different types of resources

Inheritance
System.Object
ClientResourceType
Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public sealed class ClientResourceType : Enum

Fields

Html

Inline HTML block that should be injected on the page

Declaration
public const ClientResourceType Html
Field Value
Type Description
ClientResourceType

Script

JavaScript file or inline script block

Declaration
public const ClientResourceType Script
Field Value
Type Description
ClientResourceType

Style

CSS file or inline style block

Declaration
public const ClientResourceType Style
Field Value
Type Description
ClientResourceType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods