Can I dynamically control the visibility of the properties?
like:
public Boolean NeedLogin {get; set;}
[DynamicPropertyFilter ("NeedLogin", "True")]
public String LoginPage {get; set;}
↧