Class TagCustom
Basis for either tags where the tag-name is given as parameter, or special tags like comments.
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 TagCustom : Tag<TagCustom>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Constructors
| Improve this Doc View SourceTagCustom(String, TagOptions)
Declaration
protected TagCustom(string name = null, TagOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
TagOptions | options |
TagCustom(String, TagOptions, Object[])
Declaration
protected TagCustom(string name, TagOptions options, object[] content)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
TagOptions | options | |
System.Object[] | content |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable