ActionBindingContext Class

Syntax

public class ActionBindingContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ActionBindingContext

Properties

InputFormatters()
Return type:System.Collections.Generic.IList{Microsoft.AspNet.Mvc.IInputFormatter}
public IList<IInputFormatter> InputFormatters { get; set; }
ModelBinder()
Return type:Microsoft.AspNet.Mvc.ModelBinding.IModelBinder
public IModelBinder ModelBinder { get; set; }
OutputFormatters()
Return type:System.Collections.Generic.IList{Microsoft.AspNet.Mvc.IOutputFormatter}
public IList<IOutputFormatter> OutputFormatters { get; set; }
ValidatorProvider()
Return type:Microsoft.AspNet.Mvc.ModelBinding.Validation.IModelValidatorProvider
public IModelValidatorProvider ValidatorProvider { get; set; }
ValueProvider()
Return type:Microsoft.AspNet.Mvc.ModelBinding.IValueProvider
public IValueProvider ValueProvider { get; set; }