C# 클래스 HtmlTags.HtmlTextWriter.AttributeInformation

파일 보기 프로젝트 열기: HtmlTags/htmltags

공개 프로퍼티들

프로퍼티 타입 설명
encode bool
isUrl bool
name string

공개 메소드들

메소드 설명
AttributeInformation ( string name, bool encode, bool isUrl ) : System.Text

메소드 상세

AttributeInformation() 공개 메소드

public AttributeInformation ( string name, bool encode, bool isUrl ) : System.Text
name string
encode bool
isUrl bool
리턴 System.Text

프로퍼티 상세

encode 공개적으로 프로퍼티

public bool encode
리턴 bool

isUrl 공개적으로 프로퍼티

public bool isUrl
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string