Extensions.Ul Method

<< >>

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)

Syntax


C#

public static string Ul(
 string str,
 int indent
)

Parameters

str

Type: String

The string to apply this tag to

indent

Type: Int32

The number of characters to indent by.

Return Value

String tagged as an Unordered list

See Also


Extensions Class

ZeraSystems.CodeNanite.Expansion Namespace