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)
5555builder.AddAttribute(5, "value", BindConverter.FormatValue(SomeStringProperty));
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadio.cs (1)
70builder.AddAttribute(5, "value", BindConverter.FormatValue(Value?.ToString()));