docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo.Web
SlimHtmlTextWriter
WriteStartTag(string)
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.