Class ExtraPropertyBindingHelper
Inheritance
object
ExtraPropertyBindingHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |