13 lines
259 B
C#
13 lines
259 B
C#
![]() |
using Microsoft.AspNetCore.Components;
|
||
|
|
||
|
namespace antblazorpro.Pages.Dashboard.Analysis
|
||
|
{
|
||
|
public partial class Field
|
||
|
{
|
||
|
[Parameter]
|
||
|
public string Label { get; set; }
|
||
|
|
||
|
[Parameter]
|
||
|
public string Value { get; set; }
|
||
|
}
|
||
|
}
|