HtmlAttributeCollectionRemoveStyle Method
Remove the specified style from the style attribute within the
caller's collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void RemoveStyle(
HtmlAttributeCollection attributes,
string styleName
)
Public Shared Sub RemoveStyle (
attributes As HtmlAttributeCollection,
styleName As String
)
No code example is currently available or this language may not be supported.
Parameters
- attributes HtmlAttributeCollection
-
Reference to the collection of attributes within which to find the
style item.
- styleName String
-
Name of the style to remove.