C# 클래스 CsQuery.Implementation.FormSubmittableElement

An implementation of properties shared by all form submittable elements.
상속: FormReassociateableElement, IFormSubmittableElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer

보호된 메소드들

메소드 설명
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