TagImportAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
UnPairedIsName | 1 | The tag string being imported may include name=value pairs without equals sign in which case the item should be used as the name with a null value. | |
UnPairedIsValue | 2 | The tag string being imported may include name=value pairs without equals sign in which case the item will be added with an empty string as the name. This is the same behavior as a NameValueCollection based QueryString. | |
UrlDecode | 4 | Values in the tag string being imported should be URL Unescaped | |
ClearDirty | 8 | Clear each property's dirty bit after importing its value. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.