问题描述
在我的ASP.NET MVC应用程序,我在数据库中定义的基于元数据模型。我有一个自定义对象定义数据的元数据,并使用数据集DTO。要显示此,我打算写一个自定义ModelMetadataProvider和ModelValidatorProvider。
In my ASP.NET MVC application, I have metadata based model defined in database. I have a custom object defining the metadata of the data and uses dataset for DTO. To display this, I am planning to write a custom ModelMetadataProvider and ModelValidatorProvider.
这是正确的做法?
在自定义ModelMetadataProvider和ModelValidatorProvider任何指针?
Any pointers on custom ModelMetadataProvider and ModelValidatorProvider?
推荐答案
最后一天左右,我正在试图找出相同。
看来,编写自定义ModelMetadataProvider和ModelValidatorProvider是,如果你已经存储在数据库中的元数据/确认配置的路要走,某些文件或其它地方。
The last day or so I was trying to figure out the same.It seems that writing a custom ModelMetadataProvider and ModelValidatorProvider is the way to go if you have metadata / validation configuration stored on database, some file or wherever.
我发现this一个伟大的起点。
I found this a great starting point.
你有没有在这期间已经一起黑客攻击的解决方案?
HTH,
Did you in the meantime already hacked together a solution?HTH,
马努。
这篇关于ASP.NET MVC自定义ModelMetadataProvider和ModelValidatorProvider的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!