Method | Description | |
---|---|---|
AddAttribute ( string key, string value ) : void |
Adds an attribute to the filter.
|
|
AddId ( string id ) : void |
Adds an id to the filter.
|
|
AddKey ( string key ) : void |
Adds a key to the filter.
|
|
AddTag ( string tag ) : void |
Adds a tag to the filter.
|
public AddAttribute ( string key, string value ) : void | ||
key | string | The attribute key |
value | string | The attribute value |
return | void |