We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c87e5 commit 30c29bbCopy full SHA for 30c29bb
src/BootstrapBlazor/Components/Filters/IFilterAction.cs
@@ -3,14 +3,11 @@
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
5
6
-using System.Text.Json.Serialization;
7
-
8
namespace BootstrapBlazor.Components;
9
10
/// <summary>
11
/// IFilterAction 接口
12
/// </summary>
13
-[JsonDerivedType(typeof(SerializeFilterAction))]
14
public interface IFilterAction
15
{
16
0 commit comments