ModeAttributes Class¶
Summary¶
Static creation methods for [Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1](Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1.yml).
Methods¶
-
Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes.Create<TMode>(TMode, System.Collections.Generic.IEnumerable<System.String>)
Creates an [Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1](Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1.yml)/
Arguments: - mode (TMode) –
- attributes (System.Collections.Generic.IEnumerable{System.String}) –
Return type: Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes{{TMode}}
public static ModeAttributes<TMode> Create<TMode>(TMode mode, IEnumerable<string> attributes)
-