ILabelExtensions
Wisej.Web.Markup.ILabelExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the LabelWrapper class.
public class ILabelExtensions
Methods
Label<TLabel>(target, label)

Sets the label of the target using a LabelWrapper.
Parameter
Type
Description
Returns: TLabel. The target control with the updated Label.
LabelText<TLabel>(target, text)

Sets the LabelText property of the ILabel target control.
Returns: TLabel. The target control with the updated LabelText.
Last updated
Was this helpful?