Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Tidy
Core
StyleProp
C# Class Tidy.Core.StyleProp
Linked list of style properties (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from
HTML Tidy Release 4 Aug 2000
Datei anzeigen
Open project: r1pper/TidyNetPortable
Class Usage Examples
Public Methods
Method
Description
StyleProp
( )
StyleProp
(
string
name
,
string
val
)
StyleProp
(
string
name
,
string
val
,
StyleProp
next
)
Method Details
StyleProp()
public
method
public
StyleProp
( )
StyleProp()
public
method
public
StyleProp
(
string
name
,
string
val
)
name
string
val
string
StyleProp()
public
method
public
StyleProp
(
string
name
,
string
val
,
StyleProp
next
)
name
string
val
string
next
StyleProp