Guest User

Untitled

a guest
Jan 22nd, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Child {
  2. public int Y { get; set; }
  3. public int Z { get; set; }
  4. }
  5.  
  6. class Parent {
  7. public int X { get; set; }
  8. public Child Me { get; set; }
  9. }
  10.  
  11. ?X=value&Child[Y]=value&Child[Z]=value
Add Comment
Please, Sign In to add comment