Class Target
Class Target
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)
Class contains item of html or css element where the error was found.
[ComVisible(true)]
public class Target
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Item
Returns Object of html or css element.
public object Item { get; }
Property Value
TargetType
Returns the type of the contained object
public TargetTypes TargetType { get; }