Class Blockquote
Generate a standard HTML5 <blockquote> 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 Blockquote : Tag<Blockquote>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Methods
| Improve this Doc View SourceCite(String)
Set the cite attribute on the <blockquote> tag
Declaration
public Blockquote 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 |
---|---|
Blockquote | a Blockquote object to enable fluid command chaining |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable