Property | Type | Description | |
---|---|---|---|
StyleString | string | ||
Value | string |
Method | Description | |
---|---|---|
StyleAttribute ( HtmlTextWriterStyle style, string value ) : System.Collections.Generic | ||
StyleAttribute ( string styleString, string value ) : System.Collections.Generic | ||
StyleToString ( HtmlTextWriterStyle style ) : string | ||
ToString ( ) : string |
public StyleAttribute ( HtmlTextWriterStyle style, string value ) : System.Collections.Generic | ||
style | HtmlTextWriterStyle | |
value | string | |
return | System.Collections.Generic |
public StyleAttribute ( string styleString, string value ) : System.Collections.Generic | ||
styleString | string | |
value | string | |
return | System.Collections.Generic |
public StyleToString ( HtmlTextWriterStyle style ) : string | ||
style | HtmlTextWriterStyle | |
return | string |