5 references to ValueExpression
Microsoft.AspNetCore.Components.Web (5)
Forms\InputBase.cs (5)
70return ExpressionMemberAccessor.TryGetDisplayName(ValueExpression!, out var displayName) 256=> _formattedValueExpression ??= FieldPrefix?.GetFieldName(ValueExpression!) 257?? ExpressionFormatter.FormatLambda(ValueExpression!); 269if (ValueExpression == null) 275FieldIdentifier = FieldIdentifier.Create(ValueExpression);