Wisej.Web.Markup.ILabelExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the TextBox class.
Sets the label of the target using a LabelWrapper.
TLabel
target
label
Returns: TLabel. The target control with the updated Label.
Sets the LabelText property of the ILabel target control.
TLabel
target
text
Returns: TLabel. The target control with the updated LabelText.
The type of the control, which must implement .
The target control which must implement .
The containing the label information.
The target control type, which must implement .
The target control which must implement .
The text to assign to .