• Home
  • Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • ToSic.Razor.Blade
      • IHtmlTag
      • IHtmlTagsService
      • 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
      • AttributeOptions
      • Attributes
      • ITag
      • Tag<T>
      • TagBase
      • TagChildren
      • TagCustom
      • TagList
      • TagOptions
      • TagText
    • ToSic.Razor.StartUp
      • StartUp

    Interface ITag

    Standardizes what Tag-objects can do - valid for all Html and Svg tags.

    Inherited Members
    System.Collections.Generic.IEnumerable<ToSic.Razor.Markup.ITag>.GetEnumerator()
    Namespace: ToSic.Razor.Markup
    Assembly: ToSic.Razor.dll
    Syntax
    public interface ITag : IEnumerable<ITag>, IEnumerable

    Properties

    | Improve this Doc View Source

    TagAttributes

    All attributes of this tag

    Declaration
    Attributes TagAttributes { get; }
    Property Value
    Type Description
    Attributes
    | Improve this Doc View Source

    TagChildren

    List of child tags inside this tag.

    Declaration
    TagChildren TagChildren { get; }
    Property Value
    Type Description
    TagChildren
    | Improve this Doc View Source

    TagEnd

    Declaration
    RawHtmlString TagEnd { get; }
    Property Value
    Type Description
    ToSic.Razor.Markup.RawHtmlString
    | Improve this Doc View Source

    TagName

    The tag name

    Declaration
    string TagName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TagOptions

    The options which determine how the tag will be generated.

    Declaration
    TagOptions TagOptions { get; }
    Property Value
    Type Description
    TagOptions
    | Improve this Doc View Source

    TagStart

    Declaration
    RawHtmlString TagStart { get; }
    Property Value
    Type Description
    ToSic.Razor.Markup.RawHtmlString

    Methods

    | Improve this Doc View Source

    ToString()

    Gets the HTML encoded value.

    Declaration
    string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX