Class SkipNodeNotFoundAttribute
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Tagging a property with this Attribute make Encapsulator to ignore that property if it causes an error.
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class SkipNodeNotFoundAttribute : Attribute
- Inheritance
-
SkipNodeNotFoundAttribute
- Inherited Members
Constructors
SkipNodeNotFoundAttribute()
public SkipNodeNotFoundAttribute()