IsParameterIgnored(int)
Determines whether a parameter at a specific index should be excluded from the cache key.
Declaration
public bool IsParameterIgnored(int index)Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the parameter. |
Returns
| Type | Description |
|---|---|
| bool |
|