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