Class RichTextComponent
- Namespace
- Kentico.Components.Web.Mvc.FormComponents
- Assembly
- Kentico.Content.Web.Mvc.dll
Represents a rich text form component.
public class RichTextComponent : FormComponent<RichTextComponentProperties, string>
- Inheritance
-
objectRichTextComponent
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the RichTextComponent identifier.
public const string IDENTIFIER = "Kentico.RichText"
Field Value
- string
Properties
Value
Represents the HTML content.
public string Value { get; set; }
Property Value
- string
Methods
GetValue()
Gets the value of the form component.
public override string GetValue()
Returns
- string
SetValue(string)
Sets the value of the form component.
public override void SetValue(string value)
Parameters
value
string