Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thomas T 66 posts 227 karma points
    Mar 02, 2015 @ 11:44
    Thomas T
    0

    How to list out contents based on specific categories ?

    Hi,

           I have a page in my site in which I need to list out third party APIs. Each API has image, link and description.

    These are all under different categories. When I choose one category, it will list out corresponding api. How can I achieve this through razor ?..

    I attached an image below (for reference only)

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 02, 2015 @ 12:09
    Jeroen Breuer
    0

    Hello,

    Did you already made start in Razor which you could post? If the categories are nodes you can just loop through those. Per category node you can have API node and render that.

    Jeroen

  • Thomas T 66 posts 227 karma points
    Mar 02, 2015 @ 12:29
    Thomas T
    0

    Hi Jeroen,

                          No.I didn't start to code.I am planning to do it through razor. I am going to use pre-values of dropdown list datatype for categories...I need to list out all api during pageload..Then on clicking specific category, it is need to list out respective api.

Please Sign in or register to post replies

Write your reply to:

Draft