Show / Hide Table of Contents

Class TagsProvider

The provider to get additional tags for a rule.

Inheritance
object
TagsProvider
RgaaTagsProvider
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public abstract class TagsProvider

Properties

| Edit this page View Source

ShowOnOverallReportOnly

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 Source

GetTagsByRule(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.

  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2025 AXA France, All rights reserved.