[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.SettingTagHelper-1.UpdateProperty

UpdateProperty Method

UpdateProperty(string, object)

Updates the property in TObject. It is used to update the child property manually instead of the default one.

Declaration
protected virtual bool UpdateProperty(string key, object value)
Parameters
Type Name Description
string key

The property name.

object value

The value of the property.

Returns
Type Description
bool

A boolean value indicates whether to use the default update. True to skip the default update. Otherwise, use the default update.