Try our conversational search powered by Generative AI!

Enum HtmlRewriteElementType

An html element types enumeration for the types used by UrlRewriteProvider

Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public enum HtmlRewriteElementType

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