IElementRemoveAttributeNS Method |
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing.DomAssembly: Telerik.Windows.Documents.FormatProviders.Html (in Telerik.Windows.Documents.FormatProviders.Html.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxvoid RemoveAttributeNS(
string namespaceUri,
string localName
)
Sub RemoveAttributeNS (
namespaceUri As String,
localName As String
)
Parameters
- namespaceUri
- Type: SystemString
- localName
- Type: SystemString
See Also