How to loop thru a model and print without typing the name of properties – Asp.net
I have a Model that is filled with 20 Properties, for instance such as public class SensorModel { public string Trigger1 { get; set; } public string PathDoor1 { get; set; } public string PathDoor2 { get; set; } public…