Guest User

Untitled

a guest
Mar 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @using Sitecore.Mvc
  2. @using Sitecore.Mvc.Presentation
  3. @model RenderingModel
  4. @{
  5.  
  6. var list = @Model.Item.ID;//this value has to be passed to
  7. //layout rendering
  8.  
  9. }
  10.  
  11. @model RenderingModel
  12. @{
  13. var list = @Model.Item.ID;
  14. Layout = null;
  15. }
  16.  
  17. <div id="dd_DivWell" class="btn btn-primary">
  18. <a id="lnkOverview" href="@Url.Action("Index", "WellnessService",new
  19. {Property= list })"><span class="nameText">Wellness Service</span>
  20. </a>
  21. </div>
Add Comment
Please, Sign In to add comment