HtmlAttributeCollectionSetStyle(String, String) Method

Set the value of the specified style.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
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