1 write to Value
Microsoft.AspNetCore.Components (1)
MarkupString.cs (1)
17Value = value;
4 references to Value
Aspire.Dashboard (1)
Components\Controls\MarkdownRenderer.razor.cs (1)
52if (_htmlChanged && !string.IsNullOrWhiteSpace(_html.Value))
Microsoft.AspNetCore.Components (3)
MarkupString.cs (1)
34=> Value ?? string.Empty;
Rendering\RenderTreeBuilder.cs (2)
138=> AddMarkupContent(sequence, markupContent?.Value); 146=> AddMarkupContent(sequence, markupContent.Value);