I have a custom metadata provider that inherits from DataAnnotationsModelMetadataProvider. I am wondering how (if possible) I add data to the ViewData dictionary from the custom metadata provider class?
Thanks!
I have a custom metadata provider that inherits from DataAnnotationsModelMetadataProvider. I am wondering how (if possible) I add data to the ViewData dictionary from the custom metadata provider class?
Thanks!