public static string CSS_SELECTOR_TEMPLATE = "{0} > a";
public const string CSS_SELECTOR_TEMPLATE = "{0} > a";
static variable can be replaced with new value, but const cannot.
GridCellCssSelectorEvaluator.CSS_SELECTOR_TEMPLATE
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)