1 type derived from ModelBinderAttribute
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinderOfTAttribute.cs (1)
14public class ModelBinderAttribute<TBinder> : ModelBinderAttribute where TBinder : IModelBinder
5 references to ModelBinderAttribute
Microsoft.AspNetCore.Mvc.Core (5)
BindPropertyAttribute.cs (1)
15/// Similar to <see cref="ModelBinderAttribute"/>. Unlike that attribute, <see cref="BindPropertyAttribute"/>
ModelBinderAttribute.cs (2)
33/// Initializes a new instance of <see cref="ModelBinderAttribute"/>. 40/// Initializes a new instance of <see cref="ModelBinderAttribute"/>.
ModelBinderOfTAttribute.cs (2)
11/// This is a derived generic variant of the <see cref="ModelBinderAttribute"/>. 17/// Initializes a new instance of <see cref="ModelBinderAttribute"/>.