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