C# Class CsQuery.Implementation.FormSubmittableElement

An implementation of properties shared by all form submittable elements.
Inheritance: FormReassociateableElement, IFormSubmittableElement
显示文件 Open project: prepare/HTML-Renderer

Protected Methods

Method Description
FormSubmittableElement ( ushort tokenId ) : CsQuery.HtmlParser

Constructor to specify the element's token ID.

Method Details

FormSubmittableElement() protected method

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