Hide

YetaWF Documentation

Display
Print

Label Component

Label (Display)

Renders the model as a <label> tag. If the model is null or "", an &nbsp; placeholder is generated.

Model Type: string

Sibling Properties

NameTypeDescription
model__HelpLinkstringContains a complete URL which is used as a help link for the generated label. If null, no help link is available.
[UIHint("Label")]
public string LabelContents { get; set; }
public string LabelContents_HelpLink { get; set; }