menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RTEValidationMessageBuilder

    Show / Hide Table of Contents

    Class RTEValidationMessageBuilder

    Inheritance
    System.Object
    RTEValidationMessageBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RTEValidationMessageBuilder

    Constructors

    RTEValidationMessageBuilder(RTE)

    Specifies the validation message in RTE.

    Declaration
    public RTEValidationMessageBuilder(RTE rte)
    Parameters
    Type Name Description
    RTE rte

    rte

    Methods

    AddMessage(String, Object)

    Specifies the add message in RTE.

    Declaration
    public RTEValidationMessageBuilder AddMessage(string key, object value)
    Parameters
    Type Name Description
    System.String key

    key

    System.Object value

    value

    Returns
    Type Description
    RTEValidationMessageBuilder

    This method returns RTE validation message builder value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved