Class TagChildren
Inheritance
System.Object
ToSic.Razor.Markup.RawHtmlString
TagChildren
Implements
System.Web.IHtmlString
Namespace: ToSic.Razor.Markup
Assembly: ToSic.Razor.dll
Syntax
public class TagChildren : RawHtmlString, IRawHtmlString, IHtmlString
Constructors
| Improve this Doc View SourceTagChildren(TagBase, IEnumerable<IHtmlTag>, IEnumerable<IHtmlTag>)
Declaration
public TagChildren(TagBase parent, IEnumerable<IHtmlTag> list = null, IEnumerable<IHtmlTag> additions = null)
Parameters
Type | Name | Description |
---|---|---|
TagBase | parent | |
System.Collections.Generic.IEnumerable<IHtmlTag> | list | |
System.Collections.Generic.IEnumerable<IHtmlTag> | additions |
TagChildren(TagBase, Object[])
Declaration
public TagChildren(TagBase parent, params object[] children)
Parameters
Type | Name | Description |
---|---|---|
TagBase | parent | |
System.Object[] | children |
TagChildren(TagChildren)
Declaration
public TagChildren(TagChildren original)
Parameters
Type | Name | Description |
---|---|---|
TagChildren | original |
Methods
| Improve this Doc View SourceAdd(Object[])
Declaration
public TagChildren Add(params object[] children)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | children |
Returns
Type | Description |
---|---|
TagChildren |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
ToSic.Razor.Markup.RawHtmlString.ToString()
Implements
System.Web.IHtmlString