Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Metadata support #6

Open
kamazheng opened this issue Jun 27, 2023 · 0 comments
Open

Metadata support #6

kamazheng opened this issue Jun 27, 2023 · 0 comments

Comments

@kamazheng
Copy link

Current attribute not support metadata.

[MetadataType(typeof(SettingMetaData))]
public partial class Setting
{ }

public class SettingMetaData
{
public int SettingPk { get; set; }

[Display(Name = "Key", ResourceType = typeof(Resources))]
[RenderMudTextField]
public string Key { get; set; } = null!;

}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant