C# 클래스 CsQuery.Implementation.FormAssociatedElement

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

보호된 메소드들

메소드 설명
FormAssociatedElement ( ushort tokenId ) : System

Constructor to specify the element's token ID.

메소드 상세

FormAssociatedElement() 보호된 메소드

Constructor to specify the element's token ID.
protected FormAssociatedElement ( ushort tokenId ) : System
tokenId ushort The token ID of the element.
리턴 System