HtmlAttributeItemSetStyle Method
Set the value of the specified style in the provided attribute.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void SetStyle(
HtmlAttributeItem attribute,
string styleName,
string value
)
Public Shared Sub SetStyle (
attribute As HtmlAttributeItem,
styleName As String,
value As String
)
No code example is currently available or this language may not be supported.
Parameters
- attribute HtmlAttributeItem
-
Reference to the style attribute to inspect.
- styleName String
-
Name of the style to select.
- value String
-
Value of the style.