Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Tag property with a key #45

Closed
akkivinaya opened this issue Aug 18, 2016 · 1 comment
Closed

Create Tag property with a key #45

akkivinaya opened this issue Aug 18, 2016 · 1 comment

Comments

@akkivinaya
Copy link

Hi All,
I want to create a tag property with a key like below example
[TagsGroupKey("mykey")]
[UIHint("Tags")]
public virtual string Tags { get; set; }
but TagsGroupKey is not idetifiable.Can anybody help me how to get it.

@marisks
Copy link
Member

marisks commented Aug 26, 2016

TagsGroupKey is available here: https://github.com/Geta/Tags/blob/master/src/Attributes/TagsGroupKeyAttribute.cs

So add using for this namespace: Geta.Tags.Attributes

@marisks marisks closed this as completed Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants