C# Class CsQuery.Implementation.FormAssociatedElement

An implementation of properties shared by all form associated elements.
Inheritance: DomElement, IFormAssociatedElement
Show file Open project: prepare/HTML-Renderer

Protected Methods

Method Description
FormAssociatedElement ( ushort tokenId ) : System

Constructor to specify the element's token ID.

Method Details

FormAssociatedElement() protected method

Constructor to specify the element's token ID.
protected FormAssociatedElement ( ushort tokenId ) : System
tokenId ushort The token ID of the element.
return System