Hide

YetaWF Documentation

Display
Print

String Component

String (Display)

Displays the model as an HTML encoded string. If the model value is null, nothing is rendered.

Model Type: string

[Caption("Email Address"), Description("The user's email address")]
[UIHint("String"), ReadOnly]
public string Email { get; set; }