My model for my view contains an object that I need to iterate through and display some HTML for each of its properties (I'm making a way for users to compile razor messages with the @Model syntax). The properties are only displayed if they have the necessary attribute (My model for my view contains an object that I