FilterString Attribute
The filter string (valid attribute name-value pair) to use, for example FilterString=("DocSet"="Visual C++"). If you want to specify a predefined filter instead of a name-value pair, use the FilterName Attribute.
Note
If both FilterString and FilterName attributes are specified, then FilterString overrides FilterName.
Used in |
Parent tag |
Required |
---|---|---|
<MSHelp:link> |
No |
|
<MSHelp:ktable> |
No |
Values
A standard URL.
Example
<MSHelp:link
filterName = "A_Filter"
filterString = "A filter string"
keywords = "keyword"
tabindex = "0">Link Text
</MSHelp:link>