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
I
Opening italic tag.
public const string I = "<i>"
Field Value
S
Opening strikethrough tag.
public const string S = "<s>"
Field Value
Methods
Get(string)
Generates an opening tag for the specified tag name.
public static string Get(string tagName)
Parameters
tagNamestringThe HTML tag name.
Returns
- string
The opening tag string.