1 write to _value
Aspire.Dashboard (1)
Components\Controls\GridValue.razor.cs (1)
120
_value
= Value;
4 references to _value
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
118
if (
_value
!= Value)
122
if (UrlParser.TryParse(
_value
, WebUtility.HtmlEncode, out var modifiedText))
128
_formattedValue = WebUtility.HtmlEncode(
_value
);
140
if (StopClickPropagation &&
_value
!= _formattedValue)