Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKeith Whatling
17,759 PointsWhat do Object/items in C# between <greater> and <less> mean?
I see <things> between greater than or less that signs in C# and I'm having a hard time understanding when I need to use them. I'm sure its mentioned somewhere but for the lift of me I cannot remember.
1 Answer
Steven Parker
231,248 PointsJust guessing, it could be you're looking at some cshtml code where the C# is mixed in with HTML, and those are HTML elements.
But provide a specific code example for a more precise answer.
Steven Parker
231,248 PointsSteven Parker
231,248 PointsA specific example would make it easier to answer. Could you post the actual code, or provide a link to a video with a time index?