WriteAttributes(HtmlAttributes?, Func<String, String>?) Method

Definition

Assembly Markdig.dll

Writes the specified HtmlAttributes.

public HtmlRenderer WriteAttributes(HtmlAttributes? attributes, Func<string, string>? classFilter = null)

Parameters

attributes
HtmlAttributes

The attributes to render.

classFilter
Func<String, String>

A class filter used to transform a class into another class at writing time

Returns

HtmlRenderer
This instance