InputBase<TValue>.ValueExpression Property

Definition

Gets or sets an expression that identifies the bound value.

C#
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>> ValueExpression { get; set; }
C#
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>>? ValueExpression { get; set; }

Property Value

Expression<Func<TValue>>
Attributes

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0