Class ShareDescriptionViewer
Inheritance
ShareDescriptionViewer
Implements
Inherited Members
Namespace: EyeAuras.Blazor.Shared.Controls
Assembly: EyeAuras.Blazor.Shared.dll
Syntax
public class ShareDescriptionViewer : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
| Name | Description |
|---|---|
| ShareDescriptionViewer() |
Properties
| Name | Description |
|---|---|
| Header | First line of text description |
| HideImages | |
| HtmlRaw | Markdown converted to HTML |
| HtmlText | Markdown converted to HTML and cleaned up (e.g. no images) |
| Images | |
| MarkdownText | |
| Text | Text part of description cleaned of all tags |
Methods
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| ExtractHeaderImagesFromHtml(string, out string, out string[]) | |
| ParseDescriptionHtml(string, out string, out string, out string) |