Inheritance
System.Object
AbpExtraPropertyModelBinder
Assembly: Volo.Abp.AspNetCore.Mvc.dll
public class AbpExtraPropertyModelBinder : IModelBinder
Constructors
Declaration
public AbpExtraPropertyModelBinder(Type extensibleObjectType)
Parameters
| Type |
Name |
Description |
| System.Type |
extensibleObjectType |
|
Properties
Declaration
public Type ExtensibleObjectType { get; }
Property Value
| Type |
Description |
| System.Type |
|
Methods
Declaration
public virtual Task BindModelAsync(ModelBindingContext bindingContext)
Parameters
| Type |
Name |
Description |
| ModelBindingContext |
bindingContext |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Declaration
protected virtual object ConvertStringToPropertyType(ModelBindingContext bindingContext, string value)
Parameters
| Type |
Name |
Description |
| ModelBindingContext |
bindingContext |
|
| System.String |
value |
|
Returns
| Type |
Description |
| System.Object |
|
Extension Methods