label


Description:

public string label (string field_for, string? content = null)

<label for="x" />

Parameters:

field_for ID of the input this label is for
content Content for the inside of the label

Returns:

string