Advertisement
Guest User

Untitled

a guest
Oct 26th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public static bool IsValid(this ValidationHelper source, bool isPost, params string[] fields) {
  2.     return !isPost || source.IsValid(fields);
  3. }
  4.  
  5.  
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement