API Reference
Delegate
MarkdownBlockHtmlRenderer
Delegate used to override HTML emitted for a specific block type during HTML rendering. Returning null falls back to the block's built-in HTML rendering.
Inheritance
- MulticastDelegate
- MarkdownBlockHtmlRenderer
Constructors
public MarkdownBlockHtmlRenderer(Object object, IntPtr method) #Parameters
- object Object
- method IntPtr
Methods
public virtual IAsyncResult BeginInvoke(IMarkdownBlock block, HtmlOptions options, AsyncCallback callback, Object object) #Returns:
IAsyncResultParameters
- block IMarkdownBlock
- options HtmlOptions
- callback AsyncCallback
- object Object
public virtual String Invoke(IMarkdownBlock block, HtmlOptions options) #Returns:
StringParameters
- block IMarkdownBlock
- options HtmlOptions
Inherited Methods
public Object DynamicInvoke(params Object[] args) #Returns:
ObjectInherited from Delegate
Parameters
- args Object[]
public override sealed Boolean Equals(Object obj) #Returns:
BooleanInherited from MulticastDelegate
Parameters
- obj Object
public override sealed Delegate[] GetInvocationList() #Returns:
Delegate[]Inherited from MulticastDelegate
public override Void GetObjectData(SerializationInfo info, StreamingContext context) #Returns:
VoidInherited from MulticastDelegate
Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}") EditorBrowsable(1)Parameters
- info SerializationInfo
- context StreamingContext