Class RichTextEditorConfiguration
Represents RichTextEditorComponent custom JSON configuration.
public abstract class RichTextEditorConfiguration
- Inheritance
-
objectRichTextEditorConfiguration
- Derived
- Extension Methods
Constructors
RichTextEditorConfiguration(string, string)
Constructor for RichTextEditorConfiguration.
protected RichTextEditorConfiguration(string relativePath, string baseNamespace = "")
Parameters
relativePath
stringRelative path to the configuration file. The path cannot contain invalid characters System.IO.Path.GetInvalidFileNameChars().
baseNamespace
stringThe base namespace that contains the embedded resources. If not specified, the System.Reflection.AssemblyName.Name is used. Provide a base namespace if the default namespace of the containing project is different from the name of containing assembly.
Methods
GetConfigurationJson()
Get Rich Text Editor configuration JSON from the assembly resource.
public virtual string GetConfigurationJson()
Returns
- string
Configuration JSON.