Class TagsProvider
The provider to get additional tags for a rule.
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public abstract class TagsProvider
Properties
| Edit this page View SourceShowOnOverallReportOnly
If additional tags should be shown only on overall report. The value is determined by tags provider
Declaration
public bool ShowOnOverallReportOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceGetTagsByRule(AxeResultItem)
return a list of additional tags for a rule. if the rule is not found, return an empty list.
Declaration
public abstract IEnumerable<string> GetTagsByRule(AxeResultItem rule)
Parameters
| Type | Name | Description |
|---|---|---|
| AxeResultItem | rule |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> | a list of additional tags for a given rule. |