Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
設定ファイルから属性値をロードすることは可能ですか? たとえば、キャッシュプロパティが値を返す属性があります。この属性はアプリケーションで 10 回以上使用されており、構成ファイルから 2 番目の属性パラメーター (1800 秒) をロードしたいと考えています。
[Cache(CacheType.Absolute, 1800, CacheLocation.Memory)]
次のように書くことでこれを行うことができると思いますAttributes:
Attributes
カスタム データ注釈バリデーターの作成方法