Class TagText
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<ITag>
System.Collections.IEnumerable
Inherited Members
Namespace: ToSic.Razor.Markup
Assembly: ToSic.Razor.dll
Syntax
public class TagText : Tag<TagText>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Constructors
| Improve this Doc View SourceTagText(String)
Declaration
public TagText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable