[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.CalculatedFieldTagHelper

CalculatedFieldTagHelper Class

ITagHelper implementation for CalculatedField.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-calculated-field")]
public class CalculatedFieldTagHelper : SettingTagHelper<CalculatedField>, ITagHelper, ITagHelperComponent

Constructors

Name Description
CalculatedFieldTagHelper()

Properties

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.