MessageHandlerFilters Property |
Gets the filters list that are corresponding to the specified handler type.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Collection<MessageFilter> Filters { get; }
Public ReadOnly Property Filters As Collection(Of MessageFilter)
Get
public:
property Collection<MessageFilter^>^ Filters {
Collection<MessageFilter^>^ get ();
}
member Filters : Collection<MessageFilter> with get
Property Value
Type:
CollectionMessageFilter
The filters.
See Also