Class AdditionalData
Additional data for the report (it can be in future accessibility report, performance report, etc.)
Inheritance
System.Object
AdditionalData
Namespace: AxaFrance.WebEngine.Report
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class AdditionalData
Properties
| Improve this Doc View SourceName
Name of the additional data: possible value: "AccessibilityReport", ... may be extended in future
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
RAW content of the additional data
Declaration
public byte[] Value { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |