Manos.Mvc.ModelBinder.ModelBinder C# (CSharp) Method

ModelBinder() public method

public ModelBinder ( ModelState state ) : System
state ModelState
return System
        public ModelBinder(ModelState state)
        {
            this.ModelState = state;
        }