HtmlForgeX

API Reference

Class

NonBreakingSpace

Namespace HtmlForgeX.Tags
Assembly HtmlForgeX
Base Element

The non-breaking space character entity. Provides a space that will not break into a new line. Allows for the creation of a space character that will not break into a new line (usually 1 space wide).

Inheritance

Constructors

public NonBreakingSpace() #

Methods

public override String ToString() #
Returns: String

Returns the HTML representation of the non-breaking space entity.

Returns

The   entity string.