1 write to Value
Microsoft.AspNetCore.Components (1)
MarkupString.cs (1)
17Value = value;
5 references to Value
Aspire.Dashboard (1)
Components\Controls\MarkdownRenderer.razor.cs (1)
52if (_htmlChanged && !string.IsNullOrWhiteSpace(_html.Value))
Aspire.Dashboard.Tests (1)
DashboardUIHelpersTests.cs (1)
109Assert.Equal("<span class=\"masked-content\">&#x25cf;&#x25cf;&#x25cf;</span>", mask.MarkupString.Value);
Microsoft.AspNetCore.Components (3)
MarkupString.cs (1)
34=> Value ?? string.Empty;
Rendering\RenderTreeBuilder.cs (2)
142=> AddMarkupContent(sequence, markupContent?.Value); 150=> AddMarkupContent(sequence, markupContent.Value);