BuildMaster SDK Reference
Version:

WriteStartTag(string tagName) Method

Writes an HTML tag.

Syntax

public void WriteStartTag(string tagName)

Parameters

tagName
Type: string

The tag.

Exceptions

System.ArgumentNullException

tagName is null (Nothing in Visual Basic) or empty.