1 write to Value
Microsoft.AspNetCore.Components (1)
MarkupString.cs (1)
17
Value
= value;
5 references to Value
Aspire.Dashboard (1)
Components\Controls\MarkdownRenderer.razor.cs (1)
52
if (_htmlChanged && !string.IsNullOrWhiteSpace(_html.
Value
))
Aspire.Dashboard.Tests (1)
DashboardUIHelpersTests.cs (1)
109
Assert.Equal("<span class=\"masked-content\">●●●</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
);