AngleSharp.Attributes.DomPutForwardsAttribute.DomPutForwardsAttribute C# (CSharp) Method

DomPutForwardsAttribute() public method

Creates a new DomPutForwardsAttribute.
public DomPutForwardsAttribute ( String propertyName ) : System
propertyName String /// The official name of the property to forward to. ///
return System
        public DomPutForwardsAttribute(String propertyName)
        {
            PropertyName = propertyName;
        }
DomPutForwardsAttribute