A mapping of a @!:ITagHelper- mode to its required attributes.
System.Object
Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes<TMode>
public class ModeAttributes<TMode>
View on GitHub
Attributes
The names of attributes required for this mode.
public IEnumerable<string> Attributes { get; set; }
Mode
The @!:ITagHelper-‘s mode.
public TMode Mode { get; set; }