Table of Contents

Class HtmlStartingTags

Namespace
SunamoValues.Constants
Assembly
SunamoValues.dll

HTML starting (opening) tag constants.

public class HtmlStartingTags
Inheritance
HtmlStartingTags
Inherited Members
Extension Methods

Fields

B

Opening bold tag.

public const string B = "<b>"

Field Value

string

I

Opening italic tag.

public const string I = "<i>"

Field Value

string

S

Opening strikethrough tag.

public const string S = "<s>"

Field Value

string

Methods

Get(string)

Generates an opening tag for the specified tag name.

public static string Get(string tagName)

Parameters

tagName string

The HTML tag name.

Returns

string

The opening tag string.