Advertisement
Guest User

Untitled

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