BuildMaster SDK Reference
Version:
WriteStartTag(string tagName) Method
Syntax
public
void WriteStartTag(string tagName)
Parameters
- tagName
- Type: string
The tag.
Exceptions
System.ArgumentNullException
|
tagName is null (Nothing in Visual Basic) or empty.
|