Document.CreateAttribute
Document.CreateAttribute method
创建给定名称的属性。
public Attr CreateAttribute(string localName)
范围 | 类型 | 描述 |
---|---|---|
localName | String | 属性名称。 |
返回值
的Attr
.
也可以看看
- class Attr
- class Document
- 命名空间 Aspose.Html.Dom
- 部件 Aspose.HTML
创建给定名称的属性。
public Attr CreateAttribute(string localName)
范围 | 类型 | 描述 |
---|---|---|
localName | String | 属性名称。 |
的Attr
.