C# (CSharp) CreepCollector.Managers Namespace

Classes

Name Description
ExtendedDataAnnotationsModelValidatorProvider Adds a custom model validation binder, allowing data annotation attributes to be added to models dynamically. Include the following line in Application_Start of the Global.asax.cs: ModelValidatorProviders.Providers.Add(new ExtendedDataAnnotationsModelValidatorProvider());
ValidationManager