HtmlAttributeCollectionSetStyle(String, String) Method

Set the value of the specified style.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void SetStyle(
	string styleName,
	string styleValue
)

Parameters

styleName  String
Name of the style to set.
styleValue  String
Value of the style.

See Also