DtdEntity.Prefix | prefix property
Returns the namespace prefix.
Syntax
var prefix = dtdEntity.prefix;
dtdEntity.prefix = prefix;
Property value
Type: Object [JavaScript] | System.Object [.NET] | Platform::Object [C++]
The namespace prefix specified on the element, attribute, or entity reference. For example, for the element <xxx:yyy>, this property returns xxx. It returns an empty string, "", if no prefix is specified.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
