• Home
  • Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • ToSic.Razor.Blade
      • IHtmlTag
      • IHtmlTagService
      • IScrub
      • Tag
      • Tags
      • Text
    • ToSic.Razor.Html5
      • A
      • Abbr
      • Address
      • Area
      • Article
      • Aside
      • Audio
      • B
      • Base
      • Bdi
      • Bdo
      • Blockquote
      • Br
      • Button
      • Canvas
      • Caption
      • Cite
      • Code
      • Col
      • Colgroup
      • Comment
      • Data
      • Datalist
      • Dd
      • Del
      • Details
      • Dfn
      • Dialog
      • Div
      • Dl
      • Dt
      • Em
      • Embed
      • Fieldset
      • Figcaption
      • Figure
      • Footer
      • Form
      • H1
      • H2
      • H3
      • H4
      • H5
      • H6
      • Head
      • Header
      • Hr
      • I
      • Icon
      • Iframe
      • Img
      • Input
      • Ins
      • Kbd
      • Label
      • Legend
      • Li
      • Link
      • Main
      • Map
      • Mark
      • Meta
      • MetaOg
      • Meter
      • Nav
      • Noscript
      • Object
      • Ol
      • Optgroup
      • Option
      • Output
      • P
      • Param
      • Picture
      • Pre
      • Progress
      • Q
      • Rp
      • Rt
      • Ruby
      • S
      • Samp
      • Script
      • ScriptJsonLd
      • Section
      • Select
      • Small
      • Source
      • Span
      • Strong
      • Style
      • Sub
      • Summary
      • Sup
      • Svg
      • Table
      • Tbody
      • Td
      • Template
      • Textarea
      • Tfoot
      • Th
      • Thead
      • Time
      • Tr
      • Track
      • U
      • Ul
      • Var
      • Video
      • Wbr
    • ToSic.Razor.Markup
      • Attribute
      • AttributeBase
      • AttributeList
      • AttributeListBase
      • AttributeOptions
      • ChildTags
      • ITag
      • Tag<T>
      • TagBase
      • TagCustom
      • TagList
      • TagOptions
    • ToSic.Razor.StartUp
      • StartUp

    Class ChildTags

    Inheritance
    System.Object
    System.Collections.Generic.List<TagBase>
    ChildTags
    Implements
    System.Collections.Generic.IList<TagBase>
    System.Collections.Generic.ICollection<TagBase>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<TagBase>
    System.Collections.Generic.IReadOnlyCollection<TagBase>
    System.Collections.Generic.IEnumerable<TagBase>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Add(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.AddRange(System.Collections.Generic.IEnumerable<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.AsReadOnly()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.BinarySearch(System.Int32, System.Int32, ToSic.Razor.Markup.TagBase, System.Collections.Generic.IComparer<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.BinarySearch(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.BinarySearch(ToSic.Razor.Markup.TagBase, System.Collections.Generic.IComparer<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Clear()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Contains(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.ConvertAll<TOutput>(System.Converter<ToSic.Razor.Markup.TagBase, TOutput>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.CopyTo(ToSic.Razor.Markup.TagBase[])
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.CopyTo(System.Int32, ToSic.Razor.Markup.TagBase[], System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.CopyTo(ToSic.Razor.Markup.TagBase[], System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Exists(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Find(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindAll(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindIndex(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindIndex(System.Int32, System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindIndex(System.Int32, System.Int32, System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindLast(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindLastIndex(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindLastIndex(System.Int32, System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.FindLastIndex(System.Int32, System.Int32, System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.ForEach(System.Action<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.GetEnumerator()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.Generic.IEnumerable<ToSic.Razor.Markup.TagBase>.GetEnumerator()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.IndexOf(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.IndexOf(ToSic.Razor.Markup.TagBase, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.IndexOf(ToSic.Razor.Markup.TagBase, System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Insert(System.Int32, ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.LastIndexOf(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.LastIndexOf(ToSic.Razor.Markup.TagBase, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.LastIndexOf(ToSic.Razor.Markup.TagBase, System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Remove(ToSic.Razor.Markup.TagBase)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.RemoveAll(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.RemoveAt(System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Reverse()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Sort()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Sort(System.Collections.Generic.IComparer<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Sort(System.Comparison<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.ToArray()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.TrimExcess()
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.TrueForAll(System.Predicate<ToSic.Razor.Markup.TagBase>)
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Capacity
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Count
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.Generic.ICollection<ToSic.Razor.Markup.TagBase>.IsReadOnly
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.Item[System.Int32]
    System.Collections.Generic.List<ToSic.Razor.Markup.TagBase>.System.Collections.IList.Item[System.Int32]
    Namespace: ToSic.Razor.Markup
    Assembly: ToSic.Razor.dll
    Syntax
    public class ChildTags : List<TagBase>, IList<TagBase>, ICollection<TagBase>, IList, ICollection, IReadOnlyList<TagBase>, IReadOnlyCollection<TagBase>, IEnumerable<TagBase>, IEnumerable

    Constructors

    | Improve this Doc View Source

    ChildTags(Object[])

    Declaration
    public ChildTags(params object[] children)
    Parameters
    Type Name Description
    System.Object[] children
    | Improve this Doc View Source

    ChildTags(ChildTags)

    Declaration
    public ChildTags(ChildTags original)
    Parameters
    Type Name Description
    ChildTags original

    Methods

    | Improve this Doc View Source

    Add(Object[])

    Declaration
    public void Add(params object[] children)
    Parameters
    Type Name Description
    System.Object[] children
    | Improve this Doc View Source

    Replace(Object[])

    Declaration
    public void Replace(params object[] children)
    Parameters
    Type Name Description
    System.Object[] children

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX