3 references to FormatValue
Aspire.Dashboard (1)
Components_Controls_AssistantChat_razor.g.cs (1)
1260
__builder2.AddAttribute(158, "value", global::Microsoft.AspNetCore.Components.BindConverter.
FormatValue
(
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
5555
builder.AddAttribute(5, "value", BindConverter.
FormatValue
(SomeStringProperty));
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadio.cs (1)
70
builder.AddAttribute(5, "value", BindConverter.
FormatValue
(Value?.ToString()));