Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1.  @using (Html.BeginForm("SaveLinkBox", "AdminDocument", new {
  2.                 LeftX = (Model.LeftX) ,
  3.                 LeftY = (Model.LeftY) ,
  4.                 RightX = (Model.RightX) ,
  5.                 RightY = (Model.RightY),
  6.                 //linkedId = selectedId,
  7.                 processId = (ViewBag.processId) },
  8.                 FormMethod.Post))
  9.     {
  10.  
  11.         <input type="hidden" name="selectedId" id="selectedId" />
  12.  
  13.         <button class="btn btn-default btn-sm" type="submit" value="">[[[Link Document]]]</button>
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement