Wisej.Web.Markup.IModifiedExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the TextBox class.
Sets the Modified property of the target to the specified value.
TModified
target
value
Returns: TModified. The target object with the modified property set.
This method allows for fluent syntax when setting the Modified property.
TModified
target
action
Returns: TModified.
The type of the target, which must implement .
The target object whose property is to be set.
The value to set for the property.