simple_tag


Description:

public unowned MarkupWriter simple_tag (string name, string[]? attributes = null)

Writes a simple tag (<name />) to the file

Parameters:

name

the name of the markup

attributes

a list of name/value pairs

Returns:

this