The render() method converts the attributes into a string representation, formatted as key-value pairs (e.g., key="value" key2="value2").
Description
public Attributes::render(): string
Parameters
None
Return Value
Returns a string of the attributes formatted as key="value" pairs.
Exceptions
None