Extensions.HtmlTag Method (String, String, Int32)

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > Extensions Class > Extensions Methods > HtmlTag Method  >

Extensions.HtmlTag Method (String, String, Int32)

Creates an html tag using the passed tag.

HTMLs the tag.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public static string HtmlTag(
 string str,
 string tag,
 int indent
)

Parameters

str

Type: String

The string to be tagged.The string.

tag

Type: String

The passed tag.The tag.

indent

Type: Int32

The indentation. Default is 0The indent.

Return Value

The tagged string.

Return Value

System.String.

See Also


Extensions Class

HtmlTag Overload

ZeraSystems.CodeNanite.Expansion Namespace