MutableObjectBinderContext Class

Syntax

public class MutableObjectBinderContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ModelBinding.MutableObjectBinderContext

Properties

ModelBindingContext()
Return type:Microsoft.AspNet.Mvc.ModelBinding.ModelBindingContext
public ModelBindingContext ModelBindingContext { get; set; }
PropertyMetadata()
Return type:System.Collections.Generic.IEnumerable{Microsoft.AspNet.Mvc.ModelBinding.ModelMetadata}
public IEnumerable<ModelMetadata> PropertyMetadata { get; set; }