C# 클래스 Tidy.Core.Style

Linked list of class names and styles (c) 1998-2000 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 4 Aug 2000
파일 보기 프로젝트 열기: r1pper/TidyNetPortable 1 사용 예제들

공개 메소드들

메소드 설명
Style ( )
Style ( string tag, string tagClass, string properties )
Style ( string tag, string tagClass, string properties, Style next )

메소드 상세

Style() 공개 메소드

public Style ( )

Style() 공개 메소드

public Style ( string tag, string tagClass, string properties )
tag string
tagClass string
properties string

Style() 공개 메소드

public Style ( string tag, string tagClass, string properties, Style next )
tag string
tagClass string
properties string
next Style