C# Class CsQuery.Implementation.FormSubmittableElement

An implementation of properties shared by all form submittable elements.
Inheritance: FormReassociateableElement, IFormSubmittableElement
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes protégées

Méthode Description
FormSubmittableElement ( ushort tokenId ) : CsQuery.HtmlParser

Constructor to specify the element's token ID.

Method Details

FormSubmittableElement() protected méthode

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