Class Del
Generate a standard HTML5 <del> tag
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<ITag>
System.Collections.IEnumerable
Inherited Members
Namespace: ToSic.Razor.Html5
Assembly: ToSic.Razor.dll
Syntax
public class Del : Tag<Del>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Methods
| Improve this Doc View SourceCite(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 |
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 |
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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable