HtmlForgeX

API Reference

Class

EmSpace

Namespace HtmlForgeX.Tags
Assembly HtmlForgeX
Base Element

The em space character entity. Provides a space equal to the width of a capital M. Allows for the creation of a space character that is wider than a standard space character (usually 4 spaces wide).

Inheritance

Constructors

public EmSpace() #

Methods

public override String ToString() #
Returns: String

Returns the HTML representation of the em space entity.

Returns

The   entity string.