Table of Contents

Enum CPDocBaseClass.HtmlAssetTypeEnum

Namespace
Contensive.BaseClasses
Assembly
CPBase.dll

Types of assets for htmlAsset.assetType property, like script or style

public enum CPDocBaseClass.HtmlAssetTypeEnum

Fields

script = 0

script at end of body (code or link)

scriptOnLoad = 2

special case, text is assumed to be script to run on load

style = 1

css style at end of body (code or link)