Class Bdo
Generate a standard HTML5 <bdo> 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 Bdo : Tag<Bdo>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Methods
| Improve this Doc View SourceDir(String)
Set the dir attribute on the <bdo> tag
Declaration
public Bdo Dir(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | what should be in dir='...'. If called multiple times, later values replace the previous value. |
Returns
Type | Description |
---|---|
Bdo | a Bdo object to enable fluid command chaining |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable