Advertisement
mota57

Index.cshtml

Feb 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. @{
  2.     Layout = "~/Views/Shared/_Layout.cshtml";
  3. }
  4.  
  5.                      
  6.                         <ul>
  7.  
  8.                            <li > @Ajax.ActionLink("Foo Questions","Index","QuestionsFoo",null, new AjaxOptions { UpdateTargetId = "viewHtml"},null) </li>
  9.  
  10.                                  <li > @Ajax.ActionLink("Faa Questions","Index","QuestionsFaa",null, new AjaxOptions { UpdateTargetId = "viewHtml"},null) </li>
  11.                          
  12.                         </ul>
  13.  
  14.                         <div id="viewHtml"> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement