Renders a markdown document by converting it to DocumentFlow content.
public sealed class MarkdownControl : Visual, IVisualElement, Visual.IBindings, IScrollable, MarkdownControl.IBindings
kind:method, kind:property, kind:ctor. Press Esc to clear.MarkdownControl()Initializes a new instance of the MarkdownControl class.MarkdownControl(Func<String>)Initializes a new instance of the MarkdownControl class with a markdown provider.MarkdownControl(String)Initializes a new instance of the MarkdownControl class with markdown text.MarkdownControl(Binding<String?>)Initializes a new instance of the MarkdownControl class with a markdown binding.BaseUriGets or sets an optional base URI used to resolve relative links.MarkdownGets or sets the markdown source text.OptionsGets or sets markdown render options.PipelineGets or sets an optional markdown pipeline. When null, the default pipeline is used.RenderStyleGets or sets optional markdown style overrides. When null, style is resolved from Key.BindBaseUri(Binding<Uri?>)Binds BaseUri to a binding.BindMarkdown(Binding<String?>)Binds Markdown to a binding.BindOptions(Binding<MarkdownRenderOptions>)Binds Options to a binding.BindPipeline(Binding<MarkdownPipeline?>)Binds Pipeline to a binding.BindRenderStyle(Binding<MarkdownStyle?>)Binds RenderStyle to a binding.BaseUri(MarkdownControl, Func<Uri?>)Configures BaseUri from a computed value and returns the same instance.BaseUri(MarkdownControl, Uri?)Sets an optional base URI used to resolve relative links.BaseUri(MarkdownControl, Binding<Uri?>)Binds BaseUri to a binding and returns the same instance.Markdown(MarkdownControl, Func<String?>)Configures Markdown from a computed value and returns the same instance.Markdown(MarkdownControl, String?)Sets the markdown source text.Markdown(MarkdownControl, Binding<String?>)Binds Markdown to a binding and returns the same instance.Options(MarkdownControl, Func<MarkdownRenderOptions>)Configures Options from a computed value and returns the same instance.Options(MarkdownControl, Binding<MarkdownRenderOptions>)Binds Options to a binding and returns the same instance.Options(MarkdownControl, MarkdownRenderOptions)Sets markdown render options.Pipeline(MarkdownControl, MarkdownPipeline?)Sets an optional markdown pipeline. When null, the default pipeline is used.Pipeline(MarkdownControl, Func<MarkdownPipeline?>)Configures Pipeline from a computed value and returns the same instance.Pipeline(MarkdownControl, Binding<MarkdownPipeline?>)Binds Pipeline to a binding and returns the same instance.RenderStyle(MarkdownControl, Func<MarkdownStyle?>)Configures RenderStyle from a computed value and returns the same instance.RenderStyle(MarkdownControl, Binding<MarkdownStyle?>)Binds RenderStyle to a binding and returns the same instance.RenderStyle(MarkdownControl, MarkdownStyle?)Sets optional markdown style overrides. When null, style is resolved from Key.