Method HasBindingValue
HasBindingValue(string)
Tests if a value exists for a given key.
Declaration
public bool HasBindingValue(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The key to test. |
Returns
Type | Description |
---|---|
bool | True if the key value exists, False otherwise. |