Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum HtmlRewritePipe.ElementTypes

An element types enumeration for the types recognized by this parser

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum ElementTypes

Fields

Name Description
A

An anchor element

APPLET

An applet element

AREA

An Area element

AUDIO

An audio element

BASE

A BASE element.

BLOCKQUOTE

A blockquote element

BODY

A body element

EMBED

An embed element

FORM

A form element

FRAME

A frame element

HEAD

A head element

IFRAME

An iframe element

IMG

An image element

INPUT

An input element

INSDEL

An insdel element

A link element

OBJECT

An object element

other

An element type other than the specified in the enumeration

PARAM

A param element

Q

A q element

SCRIPT

A script element

SOURCE

A source element

STYLE

A style element

TRACK

A track element

VIDEO

A video element

Extension Methods