C# Class AngleSharp.Attributes.DomPutForwardsAttribute

Inheritance: Attribute
Datei anzeigen Open project: josdion/subbuzz

Public Methods

Method Description
DomPutForwardsAttribute ( String propertyName ) : System

Creates a new DomPutForwardsAttribute.

Method Details

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