C# Class HtmlKit.HtmlNamespaceExtensions

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

Public Methods

Method Description
ToHtmlNamespace ( this ns ) : HtmlNamespace

Converts the tag name into the equivalent tag id.

Converts the tag name into the equivalent tag id.

ToNamespaceUrl ( this value ) : string

Converts the enum value into the equivalent namespace url.

Converts the enum value into the equivalent namespace url.

Method Details

ToHtmlNamespace() public static method

Converts the tag name into the equivalent tag id.
Converts the tag name into the equivalent tag id.
public static ToHtmlNamespace ( this ns ) : HtmlNamespace
ns this The namespace.
return HtmlNamespace

ToNamespaceUrl() public static method

Converts the enum value into the equivalent namespace url.
Converts the enum value into the equivalent namespace url.
public static ToNamespaceUrl ( this value ) : string
value this The enum value.
return string