We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add methods to UIComponentMetadata:
UIComponentMetadata
public void Push(params Attribute[] attributes); public void Push(IEnumerable<Attribute> attributes);
Both methods insert the specified attributes into DeclaredAttributes collection at the beginning.
DeclaredAttributes
The text was updated successfully, but these errors were encountered:
#203 Add Push methods to UIComponentMetadata; Add tests: UIComponentM…
8b5302e
…etadata_Push_Single, UIComponentMetadata_Push_Multiple
YevgeniyShunevych
No branches or pull requests
Add methods to
UIComponentMetadata
:Both methods insert the specified attributes into
DeclaredAttributes
collection at the beginning.The text was updated successfully, but these errors were encountered: