Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > Extensions Class > Extensions Methods > Extensions.Ul Method |
Creates an Unordered list tag
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public static string Ul(
string str,
int indent
)
str
Type: String
The string to apply this tag to
indent
Type: Int32
The number of characters to indent by.
String tagged as an Unordered list
ZeraSystems.CodeNanite.Expansion Namespace