9 references to Custom
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
256
parameter.Source == BindingSource.
Custom
)
Microsoft.AspNetCore.Mvc.Core (8)
BindPropertyAttribute.cs (3)
38
/// Subclass this attribute and set <see cref="BindingSource"/> if <see cref="BindingSource.
Custom
"/> is not
62
/// defaults to <see cref="BindingSource.
Custom
"/>. May be overridden in a subclass.
70
return BindingSource.
Custom
;
ModelBinderAttribute.cs (4)
44
/// Subclass this attribute and set <see cref="BindingSource"/> if <see cref="BindingSource.
Custom
"/> is not
56
/// Subclass this attribute and set <see cref="BindingSource"/> if <see cref="BindingSource.
Custom
"/> is not
80
/// defaults to <see cref="BindingSource.
Custom
"/>. May be overridden in a subclass.
88
return BindingSource.
Custom
;
ModelBinderOfTAttribute.cs (1)
20
/// Subclass this attribute and set <see cref="BindingSource"/> if <see cref="BindingSource.
Custom
"/> is not