Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MultimediaContent.cs
2
4{
8 public abstract class MultimediaContent : IMultimediaContent
9 {
15 public abstract Grade Supports(MultimediaItem Item);
16
21 public abstract bool EmbedInlineLink(string Url);
22 }
23}
Abstract base class for multimedia content.
abstract Grade Supports(MultimediaItem Item)
Checks how well the handler supports multimedia content of a given type.
abstract bool EmbedInlineLink(string Url)
If the link provided should be embedded in a multi-media construct automatically.
Interface for all markdown handlers of multimedia content.
Grade
Grade enumeration
Definition: Grade.cs:7