Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Support * wild card in TargetElement Attribute. #361

@NTaylorMullen

Description

@NTaylorMullen

This will enable TagHelper authors to target IEnumerable<KeyValuePair> attributes (#89).

Essentially:

[TargetElement(Attributes = "q-*")]
public class QueryParamTagHelper : TagHelper { }

Use:

<!-- A TagHelper because of q-custom -->
<a href="~/home/index" q-custom="AValue">Go to index</a> 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions