Class TextWithLabelProperties
Represent properties of the TextWithLabelComponent.
public class TextWithLabelProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectTextWithLabelProperties
- Implements
- Inherited Members
- Extension Methods
Properties
ValueAsHtml
Indicates that component value is rendered as HTML.
public bool ValueAsHtml { get; set; }
Property Value
- bool
Remarks
Beware that enabling this property may lead to executing malicous code on client.