Class MarkdownTextEditor
public class MarkdownTextEditor : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
MarkdownTextEditor
- Implements
- Inherited Members
Constructors
MarkdownTextEditor()
public MarkdownTextEditor()
Fields
MDText
MDText control.
protected TextBox MDText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TextDropZone
TextDropZone control.
protected HtmlGenericControl TextDropZone
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
CurrentData
protected MarkdownTextEditor.ControlData CurrentData { get; }
Property Value
Text
public string Text { get; set; }
Property Value
TextEditorObject
protected string TextEditorObject { get; }
Property Value
Methods
LoadData(string)
public void LoadData(string filePath)
Parameters
filePathstring
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)