• 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

    Class Del

    Generate a standard HTML5 <del> tag

    Inheritance
    System.Object
    ToSic.Razor.Markup.RawHtmlString
    TagBase
    Tag<Del>
    Del
    Implements
    System.Web.IHtmlString
    IHtmlTag
    ITag
    System.Collections.Generic.IEnumerable<ITag>
    System.Collections.IEnumerable
    Inherited Members
    Tag<Del>.Attr(String, Object, String)
    Tag<Del>.Attr(Object)
    Tag<Del>.Id(String)
    Tag<Del>.Class(String)
    Tag<Del>.Style(String)
    Tag<Del>.Title(String)
    Tag<Del>.Data(String, Object)
    Tag<Del>.On(String, Object)
    Tag<Del>.Add(Object[])
    Tag<Del>.Wrap(Object[])
    Tag<Del>.AsHtmlTag()
    TagBase.IsImmutable
    TagBase.PreProcessNewChild(Object)
    TagBase.ApplyChanges(CloneChanges)
    TagBase.TagName
    TagBase.TagOptions
    TagBase.ToString()
    TagBase.TagAttributes
    TagBase.TagChildren
    TagBase.TagStart
    TagBase.TagEnd
    Namespace: ToSic.Razor.Html5
    Assembly: ToSic.Razor.dll
    Syntax
    public class Del : Tag<Del>, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable

    Methods

    | Improve this Doc View Source

    Cite(String)

    Set the cite attribute on the <del> tag

    Declaration
    public Del Cite(string value)
    Parameters
    Type Name Description
    System.String value

    what should be in cite='...'. If called multiple times, later values replace the previous value.

    Returns
    Type Description
    Del

    a Del object to enable fluid command chaining

    | Improve this Doc View Source

    Datetime(DateTime)

    Set the datetime attribute on the <del> tag

    Declaration
    public Del Datetime(DateTime value)
    Parameters
    Type Name Description
    System.DateTime value

    what should be in datetime='...'. If called multiple times, later values replace the previous value.

    Returns
    Type Description
    Del

    a Del object to enable fluid command chaining

    | Improve this Doc View Source

    Datetime(String)

    Set the datetime attribute on the <del> tag

    Declaration
    public Del Datetime(string value)
    Parameters
    Type Name Description
    System.String value

    what should be in datetime='...'. If called multiple times, later values replace the previous value.

    Returns
    Type Description
    Del

    a Del object to enable fluid command chaining

    Implements

    System.Web.IHtmlString
    IHtmlTag
    ITag
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX