HtmlElement.RemoveStyleAttribute Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Removes a style attribute on the current HTML element.

Namespace:  System.Windows.Browser
Assembly:  System.Windows.Browser (in System.Windows.Browser.dll)

Syntax

'Declaration
Public Sub RemoveStyleAttribute ( _
    name As String _
)
public void RemoveStyleAttribute(
    string name
)

Parameters

Exceptions

Exception Condition
ArgumentException

name is an empty string.

ArgumentNullException

name is nulla null reference (Nothing in Visual Basic).

Remarks

If the style attribute is not recognized, this method's behavior is determined by the browser.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.