public class LoginModel { [AutoComplete(currentInstance)] //pass instance of class or CompanyNames public string DepartmentName { get; set; } public string[] DepartmentNames { get {...} } }
有没有办法这样做,而不使用new()或Reflection.
另一方面,属性总是被反射消耗,所以我猜当时你正在检查这个自定义属性在类元数据上的存在,你可以使用该实例.