Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8121957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:40:35+00:00 2026-06-06T05:40:35+00:00

I have a 6 items of the same content type news, in each item

  • 0

I have a 6 items of the same content type “news”, in each item I have a field newsIntro. I want to put the fields in specific pages on another page so I need to target a specific field so it may be newsIntro on node 1702. I have tried a few things like

@1720.newsIntro

how do I target a specific field

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T05:40:36+00:00Added an answer on June 6, 2026 at 5:40 am

    There are some great resources you should take a look at while you are learning Razor:

    1. Umbraco Razor Feature Walkthrough – An eight part blog post series of many of the new Razor features in Umbraco 4.7 with examples.

    2. Razor DynamicNode Cheat Sheet – A PDF of all the properties and methods available to the Razor DynamicNode object (that includes @Model).

    3. Cultiv Razor Examples – An Umbraco website that you can download and open with WebMatrix or IIS and see various ways to access properties with Razor.

    4. Razor snippets – A compilation of different snippets, examples, etc. from Our Umbraco.

    But in answer to your question, to get a property of a specific node you have to get the actual DynamicNode object first, then use the property alias to access the property value. Example:

    @{
        //Get the node
        dynamic node = Library.NodeById(1720);
    
        // Display the property
        @node.newsIntro
    }
    

    To access a property from the current page, you simply use Model:

    @Model.newsIntro
    

    or

    @Model.bodyText
    

    or

    @Model.Name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lest say that we have several pages that retrieve items from the same EntitySet.
Suppose I have a content type, Folder, with 4 items. + MyObject - Child1
I have an array with lots of items with same names like CloudObserverCMSStub edited
I have two tabbar items(views) that use the same data, whats the best solution
I have a submenu that has all items linked to the same node, but
I have an ArrayList of type String that contain certain values. I want to
I'm using simple custom type in content script of chrome extension. Array of items
I have a Dexterity content type based on plone.directives.form.Schema which has a number of
Let's say I have a site level feature that has a content type, and
I have items in a list in a SharePoint 2003 site that I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.