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