Class TagList
An empty tag just containing more tags - like a TagCustom but explicitly meant to not be a tag itself
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<ITag>
System.Collections.IEnumerable
Inherited Members
Namespace: ToSic.Razor.Markup
Assembly: ToSic.Razor.dll
Syntax
public class TagList : TagCustom, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Constructors
| Improve this Doc View SourceTagList(TagOptions, Object[])
Declaration
public TagList(TagOptions options, object[] content)
Parameters
Type | Name | Description |
---|---|---|
TagOptions | options | |
System.Object[] | content |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable