[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper-2.UpdateProperty

UpdateProperty Method

UpdateProperty(string, object)

Updates the sub-property specified by its name and value.

Declaration
protected override bool UpdateProperty(string propertyName, object value)
Parameters
Type Name Description
string propertyName

The sub-property name.

object value

The value to be updated.

Returns
Type Description
bool

A bool value indicates whether to use the default updating. If you don't want the default updating(update with the value to the property which name is propertyName), you can write customized codes in this method and return true. Otherwise, return false.

Overrides