dictionary returns undefined but the item exist
public class Get : Dictionary<string, string>
...
var b = _GET["blub"];
thanks for help