From 672b28bd7b5fb43a7eefaf2b0945453825af2018 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 4 Feb 2026 18:44:13 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=20xml=20=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Display/Display.razor.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BootstrapBlazor/Components/Display/Display.razor.cs b/src/BootstrapBlazor/Components/Display/Display.razor.cs index 8ae1ead07b4..a0838b28a30 100644 --- a/src/BootstrapBlazor/Components/Display/Display.razor.cs +++ b/src/BootstrapBlazor/Components/Display/Display.razor.cs @@ -35,31 +35,31 @@ public partial class Display : ILookup public string? FormatString { get; set; } /// - /// + /// /// [Parameter] public IEnumerable? Lookup { get; set; } /// - /// + /// /// [Parameter] public ILookupService? LookupService { get; set; } /// - /// + /// /// [Parameter] public string? LookupServiceKey { get; set; } /// - /// + /// /// [Parameter] public object? LookupServiceData { get; set; } /// - /// + /// /// [Parameter] public StringComparison LookupStringComparison { get; set; } = StringComparison.OrdinalIgnoreCase;