C# Class HtmlKit.HtmlAttributeIdExtensions

HtmlAttributeId extension methods.
HtmlAttributeId extension methods.
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
ToAttributeName ( this value ) : string

Converts the enum value into the equivalent attribute name.

Converts the enum value into the equivalent attribute name.

Private Methods

Method Description
HtmlAttributeIdExtensions ( ) : System
ToHtmlAttributeId ( this name ) : HtmlAttributeId

Converts the attribute name into the equivalent attribute id.

Converts the attribute name into the equivalent attribute id.

Method Details

ToAttributeName() public static method

Converts the enum value into the equivalent attribute name.
Converts the enum value into the equivalent attribute name.
public static ToAttributeName ( this value ) : string
value this The enum value.
return string