Skip to content

Commit 115799c

Browse files
Prepared Aspose.HTML.Net 23.11 api reference
1 parent 43122d1 commit 115799c

File tree

661 files changed

+1765
-822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

661 files changed

+1765
-822
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: RuleValidationResult Class
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: Aspose.Html.Accessibility.Results.RuleValidationResult class. Class - result of rule check contains a list of ITechniqueResult which are ways to satisfy the success criteria
5+
type: docs
6+
weight: 90
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/
8+
---
9+
## RuleValidationResult class
10+
11+
Class - result of rule check, contains a list of [`ITechniqueResult`](../../aspose.html.accessibility/itechniqueresult/), which are ways to satisfy the success criteria.
12+
13+
```csharp
14+
public class RuleValidationResult
15+
```
16+
17+
## Properties
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [Errors](../../aspose.html.accessibility.results/rulevalidationresult/errors/) { get; } | Collection of results with Errors |
22+
| [Results](../../aspose.html.accessibility.results/rulevalidationresult/results/) { get; } | Collection of [`ITechniqueResult`](../../aspose.html.accessibility/itechniqueresult/) on rule validation. |
23+
| [Rule](../../aspose.html.accessibility.results/rulevalidationresult/rule/) { get; } | Rule that has been tested. |
24+
| [Success](../../aspose.html.accessibility.results/rulevalidationresult/success/) { get; } | Returns the result of rule validation. |
25+
| [Warnings](../../aspose.html.accessibility.results/rulevalidationresult/warnings/) { get; } | Collection of results with Warnings |
26+
27+
### See Also
28+
29+
* namespace [Aspose.Html.Accessibility.Results](../../aspose.html.accessibility.results/)
30+
* assembly [Aspose.HTML](../../)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: RuleValidationResult.Errors
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: RuleValidationResult property. Collection of results with Errors
5+
type: docs
6+
weight: 10
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/errors/
8+
---
9+
## RuleValidationResult.Errors property
10+
11+
Collection of results with Errors
12+
13+
```csharp
14+
public IList<ITechniqueResult> Errors { get; }
15+
```
16+
17+
### See Also
18+
19+
* interface [ITechniqueResult](../../../aspose.html.accessibility/itechniqueresult/)
20+
* class [RuleValidationResult](../)
21+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
22+
* assembly [Aspose.HTML](../../../)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: RuleValidationResult.Results
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: RuleValidationResult property. Collection of ITechniqueResult on rule validation
5+
type: docs
6+
weight: 20
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/results/
8+
---
9+
## RuleValidationResult.Results property
10+
11+
Collection of [`ITechniqueResult`](../../../aspose.html.accessibility/itechniqueresult/) on rule validation.
12+
13+
```csharp
14+
public IList<ITechniqueResult> Results { get; }
15+
```
16+
17+
### See Also
18+
19+
* interface [ITechniqueResult](../../../aspose.html.accessibility/itechniqueresult/)
20+
* class [RuleValidationResult](../)
21+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
22+
* assembly [Aspose.HTML](../../../)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: RuleValidationResult.Rule
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: RuleValidationResult property. Rule that has been tested
5+
type: docs
6+
weight: 30
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/rule/
8+
---
9+
## RuleValidationResult.Rule property
10+
11+
Rule that has been tested.
12+
13+
```csharp
14+
public IRule Rule { get; }
15+
```
16+
17+
### See Also
18+
19+
* interface [IRule](../../../aspose.html.accessibility/irule/)
20+
* class [RuleValidationResult](../)
21+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
22+
* assembly [Aspose.HTML](../../../)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: RuleValidationResult.Success
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: RuleValidationResult property. Returns the result of rule validation
5+
type: docs
6+
weight: 40
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/success/
8+
---
9+
## RuleValidationResult.Success property
10+
11+
Returns the result of rule validation.
12+
13+
```csharp
14+
public bool Success { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [RuleValidationResult](../)
20+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
21+
* assembly [Aspose.HTML](../../../)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: RuleValidationResult.Warnings
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: RuleValidationResult property. Collection of results with Warnings
5+
type: docs
6+
weight: 50
7+
url: /net/aspose.html.accessibility.results/rulevalidationresult/warnings/
8+
---
9+
## RuleValidationResult.Warnings property
10+
11+
Collection of results with Warnings
12+
13+
```csharp
14+
public IList<ITechniqueResult> Warnings { get; }
15+
```
16+
17+
### See Also
18+
19+
* interface [ITechniqueResult](../../../aspose.html.accessibility/itechniqueresult/)
20+
* class [RuleValidationResult](../)
21+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
22+
* assembly [Aspose.HTML](../../../)

english/net/aspose.html.accessibility/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility rel
1717
| [Criterion](./criterion/) | Verifiable success criteria are provided for each recommendation, so WCAG 2.0 can be applied in areas where compliance testing is required. https://www.w3.org/WAI/WCAG21/Understanding/understanding-techniques |
1818
| [Guideline](./guideline/) | Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory/. |
1919
| [Principle](./principle/) | Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection/. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/ |
20+
| [Rule](./rule/) | An abstract class that defines the characteristics of a Rule and implements interface IRule |
2021
| [Target](./target/) | Class contains item of html or css element where the error was found. |
2122
| [ValidationBuilder](./validationbuilder/) | The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings. |
2223
| [WebAccessibility](./webaccessibility/) | Object to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. https://www.w3.org/WAI/WCAG21/quickref/ |

english/net/aspose.html.accessibility/accessibilityrules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class AccessibilityRules
2020
| --- | --- |
2121
| [GetPrinciple](../../aspose.html.accessibility/accessibilityrules/getprinciple/)(string) | Get Principle by code from WCAG |
2222
| [GetPrinciples](../../aspose.html.accessibility/accessibilityrules/getprinciples/)() | Get list of all rules from quick reference |
23-
| [GetRule](../../aspose.html.accessibility/accessibilityrules/getrule/)(string) | Get rule by code from WCAG with type IRule |
23+
| [GetRules](../../aspose.html.accessibility/accessibilityrules/getrules/)(params string[]) | Get rules by codes from WCAG with type IRule |
2424

2525
### See Also
2626

english/net/aspose.html.accessibility/accessibilityrules/getprinciples/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/aspose.html.accessibility/accessibilityrules/getprinciples/
1111
Get list of all rules from quick reference
1212

1313
```csharp
14-
public IList<Principle> GetPrinciples()
14+
public IEnumerable<Principle> GetPrinciples()
1515
```
1616

1717
### Return Value
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: AccessibilityRules.GetRules
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: AccessibilityRules method. Get rules by codes from WCAG with type IRule
5+
type: docs
6+
weight: 30
7+
url: /net/aspose.html.accessibility/accessibilityrules/getrules/
8+
---
9+
## AccessibilityRules.GetRules method
10+
11+
Get rules by codes from WCAG with type IRule
12+
13+
```csharp
14+
public IList<IRule> GetRules(params string[] codes)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| codes | String[] | list of rules code from WCAG |
20+
21+
### Return Value
22+
23+
IList/ object
24+
25+
### See Also
26+
27+
* interface [IRule](../../irule/)
28+
* class [AccessibilityRules](../)
29+
* namespace [Aspose.Html.Accessibility](../../../aspose.html.accessibility/)
30+
* assembly [Aspose.HTML](../../../)

0 commit comments

Comments
 (0)