[]
ITagHelper implementation for CalculatedField.
[HtmlTargetElement("c1-calculated-field")]
public class CalculatedFieldTagHelper : SettingTagHelper<CalculatedField>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
CalculatedFieldTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Expression | Configurates Expression. Sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values. |
Name | Configurates Name. Sets the name of calculated field. |