Create an instance of an object using an Expression – Asp.net
I have this class public class TableSettings { public string TableCssClass { get; set; } public string EditAction { get; set; } } and I want to be able to send an instance of this object via parameters doing something…