MessageHandlerFilters Property
Gets the filters list that are corresponding to the specified handler type.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Collection<MessageFilter> Filters { get; }

Property Value

Type: CollectionMessageFilter
The filters.
See Also