C# Класс CsQuery.Implementation.FormSubmittableElement

An implementation of properties shared by all form submittable elements.
Наследование: FormReassociateableElement, IFormSubmittableElement
Показать файл Открыть проект

Защищенные методы

Метод Описание
FormSubmittableElement ( ushort tokenId ) : CsQuery.HtmlParser

Constructor to specify the element's token ID.

Описание методов

FormSubmittableElement() защищенный Метод

Constructor to specify the element's token ID.
protected FormSubmittableElement ( ushort tokenId ) : CsQuery.HtmlParser
tokenId ushort The token ID of the element.
Результат CsQuery.HtmlParser