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)
public static string HtmlTag(
string str,
string tag,
int indent
)
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.
The tagged string.
System.String.
ZeraSystems.CodeNanite.Expansion Namespace