C# Class CsQuery.Implementation.FormReassociateableElement

An implementation of properties shared by all form reassociateable elements.
Inheritance: DomElement, IFormReassociateableElement
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes protégées

Méthode Description
FormReassociateableElement ( ushort tokenId ) : System

Constructor to specify the element's token ID.

Method Details

FormReassociateableElement() protected méthode

Constructor to specify the element's token ID.
protected FormReassociateableElement ( ushort tokenId ) : System
tokenId ushort The token ID of the element.
Résultat System