Gets the type of the element.

Namespace:  EPiServer.Web
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected internal static HtmlRewritePipe..::.SpecialElementType GetElementType(
	string elementTypeName
)

Parameters

elementTypeName
Type: System..::.String
Name of the element type.

Return Value

The HtmlRewritePipe..::.SpecialElementType enumeration value for this element name

See Also