3 references to Combine
Microsoft.AspNetCore.Components.Web (1)
Forms\Editor.cs (1)
53
_value = FieldPrefix != null ? FieldPrefix.
Combine
(ValueExpression) : new HtmlFieldPrefix(ValueExpression);
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\HtmlFieldPrefixTest.cs (2)
37
var prefix = new HtmlFieldPrefix(parent).
Combine
(child);
87
var prefix = new HtmlFieldPrefix(parent).
Combine
(childrenExpression);