Class Target
Class Target
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (26.2.0)
Class contains item of html or css element where the error was found.
[ComVisible(true)]
public class TargetInheritance
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; }