Class ExtraPropertyBindingHelper
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.ModelBinding
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ExtraPropertyBindingHelper
Methods
ExtractContainerName(string)
Declaration
public static string? ExtractContainerName(string expression)
Parameters
Type | Name | Description |
---|---|---|
string | expression |
Returns
Type | Description |
---|---|
string |
ExtractExtraPropertyName(string)
Declaration
public static string? ExtractExtraPropertyName(string expression)
Parameters
Type | Name | Description |
---|---|---|
string | expression |
Returns
Type | Description |
---|---|
string |