Your code doesnt work because ViewBag is a dynamic object not a 'real' type. the following code should work: public static bool Has (this object obj, string ...
確定! 回上一頁