ModeAttributes<TMode> Class

Summary

A mapping of a @!:ITagHelper- mode to its required attributes.

Inheritance Hierarchy

  • System.Object
  • Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes<TMode>

Syntax

public class ModeAttributes<TMode>

GitHub

View on GitHub

Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes<TMode>

Properties

Attributes()

The names of attributes required for this mode.

Return type:System.Collections.Generic.IEnumerable{System.String}
public IEnumerable<string> Attributes { get; set; }
Mode()

The @!:ITagHelper-‘s mode.

Return type:TMode
public TMode Mode { get; set; }